Uses of Interface
org.apache.axis2.jaxws.description.EndpointDescription

Packages that use EndpointDescription
org.apache.axis2.jaxws   
org.apache.axis2.jaxws.binding   
org.apache.axis2.jaxws.client.async   
org.apache.axis2.jaxws.client.dispatch   
org.apache.axis2.jaxws.client.proxy   
org.apache.axis2.jaxws.core   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.description.validator   
org.apache.axis2.jaxws.handler   
org.apache.axis2.jaxws.server.endpoint   
org.apache.axis2.jaxws.spi   
 

Uses of EndpointDescription in org.apache.axis2.jaxws
 

Fields in org.apache.axis2.jaxws declared as EndpointDescription
protected  EndpointDescription BindingProvider.endpointDesc
           
 

Methods in org.apache.axis2.jaxws that return EndpointDescription
 EndpointDescription BindingProvider.getEndpointDescription()
           
 

Constructors in org.apache.axis2.jaxws with parameters of type EndpointDescription
BindingProvider(ServiceDelegate svcDelegate, EndpointDescription epDesc)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.binding
 

Methods in org.apache.axis2.jaxws.binding with parameters of type EndpointDescription
static Binding BindingUtils.createBinding(EndpointDescription ed)
          Creates a Binding instance based on an EndpointDescription.
 

Constructors in org.apache.axis2.jaxws.binding with parameters of type EndpointDescription
BindingImpl(EndpointDescription endpointDesc)
           
HTTPBinding(EndpointDescription ed)
           
SOAPBinding(EndpointDescription endpointDesc)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.client.async
 

Constructors in org.apache.axis2.jaxws.client.async with parameters of type EndpointDescription
AsyncResponse(EndpointDescription ed)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.client.dispatch
 

Constructors in org.apache.axis2.jaxws.client.dispatch with parameters of type EndpointDescription
BaseDispatch(ServiceDelegate svcDelgate, EndpointDescription epDesc)
           
JAXBDispatch(ServiceDelegate svcDelegate, EndpointDescription epDesc)
           
JAXBDispatchAsyncListener(EndpointDescription ed)
           
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription enpdointDesc)
           
XMLDispatchAsyncListener(EndpointDescription ed)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.client.proxy
 

Constructors in org.apache.axis2.jaxws.client.proxy with parameters of type EndpointDescription
JAXWSProxyHandler(ServiceDelegate delegate, java.lang.Class seiClazz, EndpointDescription epDesc)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.core
 

Methods in org.apache.axis2.jaxws.core that return EndpointDescription
 EndpointDescription MessageContext.getEndpointDescription()
           
 

Methods in org.apache.axis2.jaxws.core with parameters of type EndpointDescription
 void MessageContext.setEndpointDescription(EndpointDescription ed)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return EndpointDescription
 EndpointDescription EndpointInterfaceDescription.getEndpointDescription()
           
 EndpointDescription[] ServiceDescription.getEndpointDescription(java.lang.Class seiClass)
          Return the EndpointDescriptions corresponding to the SEI class.
 EndpointDescription ServiceDescription.getEndpointDescription(QName portQName)
           
 EndpointDescription[] ServiceDescription.getEndpointDescriptions()
           
static EndpointDescription DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, QName portQName, DescriptionFactory.UpdateType updateType)
          Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.
 

Methods in org.apache.axis2.jaxws.description that return types with arguments of type EndpointDescription
 java.util.Collection<EndpointDescription> ServiceDescription.getEndpointDescriptions_AsCollection()
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.description.impl
 

Methods in org.apache.axis2.jaxws.description.impl that return EndpointDescription
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, QName portQName, DescriptionFactory.UpdateType updateType)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.description.validator
 

Constructors in org.apache.axis2.jaxws.description.validator with parameters of type EndpointDescription
EndpointDescriptionValidator(EndpointDescription toValidate)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler that return EndpointDescription
 EndpointDescription MEPContext.getEndpointDesc()
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.server.endpoint
 

Constructors in org.apache.axis2.jaxws.server.endpoint with parameters of type EndpointDescription
EndpointImpl(java.lang.Object o, Binding bnd, EndpointDescription ed)
           
 

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

Methods in org.apache.axis2.jaxws.spi that return EndpointDescription
 EndpointDescription BindingProvider.getEndpointDescription()
           
 



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