Uses of Class
org.apache.geronimo.axis.client.OperationInfo

Packages that use OperationInfo
org.apache.geronimo.axis.builder   
org.apache.geronimo.axis.client   
 

Uses of OperationInfo in org.apache.geronimo.axis.builder
 

Methods in org.apache.geronimo.axis.builder that return OperationInfo
 OperationInfo HeavyweightOperationDescBuilder.buildOperationInfo(org.apache.axis.soap.SOAPConstants soapVersion)
           
 OperationInfo LightweightOperationDescBuilder.buildOperationInfo(org.apache.axis.soap.SOAPConstants soapVersion)
           
abstract  OperationInfo OperationDescBuilder.buildOperationInfo(org.apache.axis.soap.SOAPConstants soapVersion)
           
 OperationInfo AxisBuilder.buildOperationInfoLightweight(Method method, javax.wsdl.BindingOperation bindingOperation, org.apache.axis.constants.Style defaultStyle, org.apache.axis.soap.SOAPConstants soapVersion)
           
 

Methods in org.apache.geronimo.axis.builder with parameters of type OperationInfo
 SEIFactory AxisBuilder.createSEIFactory(QName serviceName, String portName, String enhancedServiceEndpointClassName, List typeInfo, URL location, OperationInfo[] operationInfos, List handlerInfoInfos, String credentialsName)
           
 

Uses of OperationInfo in org.apache.geronimo.axis.client
 

Methods in org.apache.geronimo.axis.client that return OperationInfo
 OperationInfo[] SEIFactory.getOperationInfos()
           
 OperationInfo[] SEIFactoryImpl.getOperationInfos()
           
 

Constructors in org.apache.geronimo.axis.client with parameters of type OperationInfo
SEIFactoryImpl(QName serviceName, String portName, String serviceEndpointClassName, OperationInfo[] operationInfos, List typeInfo, URL location, List handlerInfos, String credentialsName)
           
ServiceEndpointMethodInterceptor(GenericServiceEndpoint stub, OperationInfo[] operations, String credentialsName)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.