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 ServiceClient
Stub. _serviceClient
Methods in org.apache.axis2.client that return ServiceClient Modifier and Type Method Description ServiceClient
Stub. _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 void
Stub. _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 class
MexClient
-
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 ServiceClient
BaseDispatch. serviceClient
Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type ServiceClient Modifier and Type Method Description void
BaseDispatch. 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 ServiceClient
InvocationContext. getServiceClient()
ServiceClient
InvocationContextImpl. getServiceClient()
Methods in org.apache.axis2.jaxws.core with parameters of type ServiceClient Modifier and Type Method Description void
InvocationContext. setServiceClient(ServiceClient client)
void
InvocationContextImpl. 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 ServiceClient
EndpointDescription. getServiceClient()
ServiceClient
ServiceDescription. 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 ServiceClient
EndpointDescriptionImpl. getServiceClient()
ServiceClient
ServiceDescriptionImpl. 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 ServiceClient
ServiceDelegate. 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 class
RPCServiceClient
-
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 ServiceClient
AxisTestClient. serviceClient
-