Uses of Class
org.apache.axis2.jaxws.spi.ServiceDelegate
Packages that use ServiceDelegate
Package
Description
-
Uses of ServiceDelegate in org.apache.axis2.jaxws
Fields in org.apache.axis2.jaxws declared as ServiceDelegateMethods in org.apache.axis2.jaxws that return ServiceDelegateConstructors in org.apache.axis2.jaxws with parameters of type ServiceDelegateModifierConstructorDescriptionBindingProvider(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription epDesc, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, jakarta.xml.ws.WebServiceFeature... features) -
Uses of ServiceDelegate in org.apache.axis2.jaxws.client.dispatch
Constructors in org.apache.axis2.jaxws.client.dispatch with parameters of type ServiceDelegateModifierConstructorDescriptionprotectedBaseDispatch(ServiceDelegate svcDelgate, org.apache.axis2.jaxws.description.EndpointDescription epDesc, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, jakarta.xml.ws.WebServiceFeature... features) JAXBDispatch(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription epDesc, jakarta.xml.ws.WebServiceFeature... features) JAXBDispatch(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription epDesc, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, jakarta.xml.ws.WebServiceFeature... features) XMLDispatch(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription endpointDesc, jakarta.xml.ws.WebServiceFeature... features) XMLDispatch(ServiceDelegate svcDelegate, org.apache.axis2.jaxws.description.EndpointDescription endpointDesc, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, jakarta.xml.ws.WebServiceFeature... features) -
Uses of ServiceDelegate in org.apache.axis2.jaxws.client.proxy
Constructors in org.apache.axis2.jaxws.client.proxy with parameters of type ServiceDelegateModifierConstructorDescriptionJAXWSProxyHandler(ServiceDelegate delegate, Class seiClazz, org.apache.axis2.jaxws.description.EndpointDescription epDesc, jakarta.xml.ws.WebServiceFeature... features) JAXWSProxyHandler(ServiceDelegate delegate, Class seiClazz, org.apache.axis2.jaxws.description.EndpointDescription epDesc, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, jakarta.xml.ws.WebServiceFeature... features) -
Uses of ServiceDelegate in org.apache.axis2.jaxws.spi
Methods in org.apache.axis2.jaxws.spi that return ServiceDelegate