Uses of Interface
org.apache.axis2.jaxws.description.EndpointDescription
-
-
Uses of EndpointDescription in org.apache.axis2.jaxws
Fields in org.apache.axis2.jaxws declared as EndpointDescription Modifier and Type Field Description protected EndpointDescription
BindingProvider. endpointDesc
Methods in org.apache.axis2.jaxws that return EndpointDescription Modifier and Type Method Description EndpointDescription
BindingProvider. getEndpointDescription()
Constructors in org.apache.axis2.jaxws with parameters of type EndpointDescription Constructor Description BindingProvider(ServiceDelegate svcDelegate, EndpointDescription epDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
-
Uses of EndpointDescription in org.apache.axis2.jaxws.binding
Methods in org.apache.axis2.jaxws.binding with parameters of type EndpointDescription Modifier and Type Method Description 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 Constructor Description 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 Constructor Description 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 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)
JAXBDispatchAsyncListener(EndpointDescription ed)
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription endpointDesc, WebServiceFeature... features)
XMLDispatch(ServiceDelegate svcDelegate, EndpointDescription endpointDesc, EndpointReference epr, String addressingNamespace, WebServiceFeature... features)
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 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 EndpointDescription in org.apache.axis2.jaxws.common.config
Methods in org.apache.axis2.jaxws.common.config with parameters of type EndpointDescription Modifier and Type Method Description void
AddressingWSDLExtensionValidator. validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator.void
WSDLExtensionValidator. validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator. -
Uses of EndpointDescription in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return EndpointDescription Modifier and Type Method Description EndpointDescription
MessageContext. getEndpointDescription()
Methods in org.apache.axis2.jaxws.core with parameters of type EndpointDescription Modifier and Type Method Description void
MessageContext. setEndpointDescription(EndpointDescription ed)
-
Uses of EndpointDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return EndpointDescription Modifier and Type Method Description EndpointDescription
EndpointInterfaceDescription. getEndpointDescription()
EndpointDescription[]
ServiceDescription. getEndpointDescription(Class seiClass)
Return the EndpointDescriptions corresponding to the SEI class.EndpointDescription
ServiceDescription. getEndpointDescription(QName portQName)
EndpointDescription
ServiceDescription. getEndpointDescription(QName portQName, Object serviceDelegateKey)
EndpointDescription[]
ServiceDescription. getEndpointDescriptions()
static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
Retrieve or create an EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
Retrieve or create an 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 Modifier and Type Method Description Collection<EndpointDescription>
ServiceDescription. getEndpointDescriptions_AsCollection()
-
Uses of EndpointDescription in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder with parameters of type EndpointDescription Modifier and Type Method Description WsdlComposite
WsdlGenerator. generateWsdl(String implClass, EndpointDescription endpointDesc)
void
CustomAnnotationProcessor. processTypeLevelAnnotation(EndpointDescription ed, CustomAnnotationInstance annotation)
This method will be called to process an annotation type recognized by this processor that was found at the type level. -
Uses of EndpointDescription in org.apache.axis2.jaxws.description.impl
Classes in org.apache.axis2.jaxws.description.impl that implement EndpointDescription Modifier and Type Class Description class
EndpointDescriptionImpl
Methods in org.apache.axis2.jaxws.description.impl that return EndpointDescription Modifier and Type Method Description EndpointDescription
EndpointInterfaceDescriptionImpl. getEndpointDescription()
EndpointDescription[]
ServiceDescriptionImpl. getEndpointDescription(Class seiClass)
EndpointDescription
ServiceDescriptionImpl. getEndpointDescription(QName portQName)
EndpointDescription
ServiceDescriptionImpl. getEndpointDescription(QName portQName, Object serviceDelegateKey)
EndpointDescription[]
ServiceDescriptionImpl. getEndpointDescriptions()
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object serviceDelegateKey, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object sparseCompositeKey, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
Methods in org.apache.axis2.jaxws.description.impl that return types with arguments of type EndpointDescription Modifier and Type Method Description Collection<EndpointDescription>
ServiceDescriptionImpl. getEndpointDescriptions_AsCollection()
-
Uses of EndpointDescription in org.apache.axis2.jaxws.description.validator
Constructors in org.apache.axis2.jaxws.description.validator with parameters of type EndpointDescription Constructor Description EndpointDescriptionValidator(EndpointDescription toValidate)
-
Uses of EndpointDescription in org.apache.axis2.jaxws.feature
Methods in org.apache.axis2.jaxws.feature with parameters of type EndpointDescription Modifier and Type Method Description void
ServerConfigurator. configure(EndpointDescription endpointDescription)
Perform server-side configuration for aWebServiceFeature
.void
ServerFramework. configure(EndpointDescription endpointDescription)
-
Uses of EndpointDescription in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler that return EndpointDescription Modifier and Type Method Description EndpointDescription
MEPContext. getEndpointDesc()
-
Uses of EndpointDescription in org.apache.axis2.jaxws.server.config
Methods in org.apache.axis2.jaxws.server.config with parameters of type EndpointDescription Modifier and Type Method Description void
AddressingConfigurator. configure(EndpointDescription endpointDescription)
void
MTOMConfigurator. configure(EndpointDescription endpointDescription)
void
RespectBindingConfigurator. configure(EndpointDescription endpointDescription)
-
Uses of EndpointDescription in org.apache.axis2.jaxws.server.endpoint
Methods in org.apache.axis2.jaxws.server.endpoint with parameters of type EndpointDescription Modifier and Type Method Description static boolean
Utils. bindingTypesMatch(MessageContext mc, EndpointDescription ed)
Compares the version of the message in the MessageContext to what's expected given the ServiceDescription.Constructors in org.apache.axis2.jaxws.server.endpoint with parameters of type EndpointDescription Constructor Description EndpointImpl(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 Modifier and Type Method Description EndpointDescription
BindingProvider. getEndpointDescription()
-
Uses of EndpointDescription in org.apache.axis2.jaxws.util
Methods in org.apache.axis2.jaxws.util with parameters of type EndpointDescription Modifier and Type Method Description static void
WSDLExtensionValidatorUtil. performValidation(AxisConfiguration axisConfiguration, Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDescription)
Activate any registered WSDLExtensionValidators to perform the validation of...static void
WSDLExtensionUtils. processExtensions(EndpointDescription endpointDescription)
-