Uses of Class
org.apache.axis2.client.ServiceClient
-
-
Uses of ServiceClient in org.apache.axis2.client
Fields in org.apache.axis2.client declared as ServiceClient Modifier and Type Field Description protected ServiceClientStub. _serviceClientMethods in org.apache.axis2.client that return ServiceClient Modifier and Type Method Description ServiceClientStub. _getServiceClient()Get service client implementation used by this stub.Methods in org.apache.axis2.client with parameters of type ServiceClient Modifier and Type Method Description voidStub. _setServiceClient(ServiceClient _serviceClient)Set service client implementation used by this stub. -
Uses of ServiceClient in org.apache.axis2.dataretrieval.client
Subclasses of ServiceClient in org.apache.axis2.dataretrieval.client Modifier and Type Class Description classMexClient -
Uses of ServiceClient in org.apache.axis2.jaxws.client.dispatch
Fields in org.apache.axis2.jaxws.client.dispatch declared as ServiceClient Modifier and Type Field Description protected ServiceClientBaseDispatch. serviceClientMethods in org.apache.axis2.jaxws.client.dispatch with parameters of type ServiceClient Modifier and Type Method Description voidBaseDispatch. setServiceClient(ServiceClient sc) -
Uses of ServiceClient in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return ServiceClient Modifier and Type Method Description ServiceClientInvocationContext. getServiceClient()ServiceClientInvocationContextImpl. getServiceClient()Methods in org.apache.axis2.jaxws.core with parameters of type ServiceClient Modifier and Type Method Description voidInvocationContext. setServiceClient(ServiceClient client)voidInvocationContextImpl. setServiceClient(ServiceClient client) -
Uses of ServiceClient in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return ServiceClient Modifier and Type Method Description ServiceClientEndpointDescription. getServiceClient()ServiceClientServiceDescription. getServiceClient(QName portQName, Object serviceDelegateKey) -
Uses of ServiceClient in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return ServiceClient Modifier and Type Method Description ServiceClientEndpointDescriptionImpl. getServiceClient()ServiceClientServiceDescriptionImpl. getServiceClient(QName portQName, Object serviceDelegateKey) -
Uses of ServiceClient in org.apache.axis2.jaxws.spi
Methods in org.apache.axis2.jaxws.spi that return ServiceClient Modifier and Type Method Description ServiceClientServiceDelegate. getServiceClient(QName portQName) -
Uses of ServiceClient in org.apache.axis2.rpc.client
Subclasses of ServiceClient in org.apache.axis2.rpc.client Modifier and Type Class Description classRPCServiceClient -
Uses of ServiceClient in org.apache.axis2.transport.testkit.axis2.client
Fields in org.apache.axis2.transport.testkit.axis2.client declared as ServiceClient Modifier and Type Field Description protected ServiceClientAxisTestClient. serviceClient
-