|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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 | |
---|---|
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,
EndpointReference epr,
String addressingNamespace,
WebServiceFeature... features)
|
|
JAXBDispatch(ServiceDelegate svcDelegate,
EndpointDescription epDesc,
EndpointReference epr,
String addressingNamespace,
WebServiceFeature... features)
|
|
JAXBDispatch(ServiceDelegate svcDelegate,
EndpointDescription epDesc,
WebServiceFeature... features)
|
|
JAXBDispatchAsyncListener(EndpointDescription ed)
|
|
XMLDispatch(ServiceDelegate svcDelegate,
EndpointDescription endpointDesc,
EndpointReference epr,
String addressingNamespace,
WebServiceFeature... features)
|
|
XMLDispatch(ServiceDelegate svcDelegate,
EndpointDescription endpointDesc,
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 | |
---|---|
JAXWSProxyHandler(ServiceDelegate delegate,
Class seiClazz,
EndpointDescription epDesc,
EndpointReference epr,
String addressingNamespace,
WebServiceFeature... features)
|
|
JAXWSProxyHandler(ServiceDelegate delegate,
Class seiClazz,
EndpointDescription epDesc,
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 | |
---|---|
void |
WSDLExtensionValidator.validate(Set<WSDLValidatorElement> extensionSet,
javax.wsdl.Definition wsdlDefinition,
EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator. |
void |
AddressingWSDLExtensionValidator.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 | |
---|---|
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(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,
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,
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. |
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,
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,
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,
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. |
Methods in org.apache.axis2.jaxws.description that return types with arguments of type EndpointDescription | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
EndpointDescriptionImpl
|
Methods in org.apache.axis2.jaxws.description.impl that return EndpointDescription | |
---|---|
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,
EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object sparseCompositeKey,
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,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object serviceDelegateKey,
String bindingId,
String endpointAddress)
|
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)
|
Methods in org.apache.axis2.jaxws.description.impl that return types with arguments of type EndpointDescription | |
---|---|
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 | |
---|---|
EndpointDescriptionValidator(EndpointDescription toValidate)
|
Uses of EndpointDescription in org.apache.axis2.jaxws.feature |
---|
Methods in org.apache.axis2.jaxws.feature with parameters of type EndpointDescription | |
---|---|
void |
ServerConfigurator.configure(EndpointDescription endpointDescription)
Perform server-side configuration for a WebServiceFeature . |
void |
ServerFramework.configure(EndpointDescription endpointDescription)
|
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.config |
---|
Methods in org.apache.axis2.jaxws.server.config with parameters of type EndpointDescription | |
---|---|
void |
MTOMConfigurator.configure(EndpointDescription endpointDescription)
|
void |
RespectBindingConfigurator.configure(EndpointDescription endpointDescription)
|
void |
AddressingConfigurator.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
EndpointDescription |
BindingProvider.getEndpointDescription()
|
Uses of EndpointDescription in org.apache.axis2.jaxws.util |
---|
Methods in org.apache.axis2.jaxws.util with parameters of type EndpointDescription | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |