|
||||||||||
| 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,
java.lang.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,
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)
|
|
JAXBDispatchAsyncListener(EndpointDescription ed)
|
|
XMLDispatch(ServiceDelegate svcDelegate,
EndpointDescription endpointDesc,
EndpointReference epr,
java.lang.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,
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 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.getEndpointDescription(QName portQName,
java.lang.Object serviceDelegateKey)
|
EndpointDescription[] |
ServiceDescription.getEndpointDescriptions()
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
EndpointReference epr,
java.lang.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,
java.lang.Class sei,
EndpointReference epr,
java.lang.String addressingNamespace,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
java.lang.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,
java.lang.Class sei,
EndpointReference epr,
java.lang.String addressingNamespace,
DescriptionFactory.UpdateType updateType,
java.lang.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,
java.lang.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,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
java.lang.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,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
java.lang.Object serviceDelegateKey)
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 | |
|---|---|
java.util.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(java.lang.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 |
|---|
| Methods in org.apache.axis2.jaxws.description.impl that return EndpointDescription | |
|---|---|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
EndpointReference epr,
java.lang.String addressingNamespace,
DescriptionFactory.UpdateType updateType)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
EndpointReference epr,
java.lang.String addressingNamespace,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
java.lang.Object sparseCompositeKey)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
EndpointReference epr,
java.lang.String addressingNamespace,
DescriptionFactory.UpdateType updateType,
java.lang.Object sparseCompositeKey)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
java.lang.Object serviceDelegateKey)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
java.lang.Object serviceDelegateKey)
|
| 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 |
AddressingConfigurator.configure(EndpointDescription endpointDescription)
|
void |
RespectBindingConfigurator.configure(EndpointDescription endpointDescription)
|
void |
MTOMConfigurator.configure(EndpointDescription endpointDescription)
|
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||