Uses of Class
org.apache.axis2.jaxws.spi.ServiceDelegate

Packages that use ServiceDelegate
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
protected  ServiceDelegate BindingProvider.serviceDelegate
           
 

Methods in org.apache.axis2.jaxws that return ServiceDelegate
 ServiceDelegate BindingProvider.getServiceDelegate()
           
 

Constructors in org.apache.axis2.jaxws with parameters of type ServiceDelegate
BindingProvider(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, java.lang.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
BaseDispatch(ServiceDelegate svcDelgate, EndpointDescription epDesc, EndpointReference epr, java.lang.String addressingNamespace, WebServiceFeature... features)
           
JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, java.lang.String addressingNamespace, WebServiceFeature... features)
           
JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc, WebServiceFeature... features)
           
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription endpointDesc, EndpointReference epr, java.lang.String addressingNamespace, WebServiceFeature... features)
           
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription endpointDesc, 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
JAXWSProxyHandler(ServiceDelegate delegate, java.lang.Class seiClazz, EndpointDescription epDesc, EndpointReference epr, java.lang.String addressingNamespace, WebServiceFeature... features)
           
JAXWSProxyHandler(ServiceDelegate delegate, java.lang.Class seiClazz, EndpointDescription epDesc, WebServiceFeature... features)
           
 

Uses of ServiceDelegate in org.apache.axis2.jaxws.spi
 

Methods in org.apache.axis2.jaxws.spi that return ServiceDelegate
 ServiceDelegate BindingProvider.getServiceDelegate()
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.