Uses of Class
org.apache.axis2.jaxws.spi.ServiceDelegate
-
Packages that use ServiceDelegate Package Description org.apache.axis2.jaxws org.apache.axis2.jaxws.client.dispatch org.apache.axis2.jaxws.client.proxy org.apache.axis2.jaxws.spi -
-
Uses of ServiceDelegate in org.apache.axis2.jaxws
Fields in org.apache.axis2.jaxws declared as ServiceDelegate Modifier and Type Field Description protected ServiceDelegate
BindingProvider. serviceDelegate
Methods in org.apache.axis2.jaxws that return ServiceDelegate Modifier and Type Method Description ServiceDelegate
BindingProvider. getServiceDelegate()
Constructors in org.apache.axis2.jaxws with parameters of type ServiceDelegate Constructor Description BindingProvider(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
-
Uses of ServiceDelegate in org.apache.axis2.jaxws.client.dispatch
Constructors in org.apache.axis2.jaxws.client.dispatch with parameters of type ServiceDelegate Constructor Description BaseDispatch(ServiceDelegate svcDelgate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc, WebServiceFeature... features)
JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription endpointDesc, WebServiceFeature... features)
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription endpointDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
-
Uses of ServiceDelegate in org.apache.axis2.jaxws.client.proxy
Constructors in org.apache.axis2.jaxws.client.proxy with parameters of type ServiceDelegate Constructor Description JAXWSProxyHandler(ServiceDelegate delegate, Class seiClazz, EndpointDescription epDesc, WebServiceFeature... features)
JAXWSProxyHandler(ServiceDelegate delegate, Class seiClazz, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
-
Uses of ServiceDelegate in org.apache.axis2.jaxws.spi
Methods in org.apache.axis2.jaxws.spi that return ServiceDelegate Modifier and Type Method Description ServiceDelegate
BindingProvider. getServiceDelegate()
-