Modifier and Type | Field and Description |
---|---|
protected EndpointDescription |
BindingProvider.endpointDesc |
Modifier and Type | Method and Description |
---|---|
EndpointDescription |
BindingProvider.getEndpointDescription() |
Constructor and Description |
---|
BindingProvider(ServiceDelegate svcDelegate,
EndpointDescription epDesc,
EndpointReference epr,
String addressingNamespace,
WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
static Binding |
BindingUtils.createBinding(EndpointDescription ed)
Creates a Binding instance based on an EndpointDescription.
|
Constructor and Description |
---|
BindingImpl(EndpointDescription endpointDesc) |
HTTPBinding(EndpointDescription ed) |
SOAPBinding(EndpointDescription endpointDesc) |
Constructor and Description |
---|
AsyncResponse(EndpointDescription ed) |
Constructor and Description |
---|
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) |
Constructor and Description |
---|
JAXWSProxyHandler(ServiceDelegate delegate,
Class seiClazz,
EndpointDescription epDesc,
EndpointReference epr,
String addressingNamespace,
WebServiceFeature... features) |
JAXWSProxyHandler(ServiceDelegate delegate,
Class seiClazz,
EndpointDescription epDesc,
WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
EndpointDescription |
MessageContext.getEndpointDescription() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setEndpointDescription(EndpointDescription ed) |
Modifier and Type | Method and 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,
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<EndpointDescription> |
ServiceDescription.getEndpointDescriptions_AsCollection() |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointDescriptionImpl |
Modifier and Type | Method and 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,
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) |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointDescription> |
ServiceDescriptionImpl.getEndpointDescriptions_AsCollection() |
Constructor and Description |
---|
EndpointDescriptionValidator(EndpointDescription toValidate) |
Modifier and Type | Method and Description |
---|---|
void |
ServerFramework.configure(EndpointDescription endpointDescription) |
void |
ServerConfigurator.configure(EndpointDescription endpointDescription)
Perform server-side configuration for a
WebServiceFeature . |
Modifier and Type | Method and Description |
---|---|
EndpointDescription |
MEPContext.getEndpointDesc() |
Modifier and Type | Method and Description |
---|---|
void |
RespectBindingConfigurator.configure(EndpointDescription endpointDescription) |
void |
MTOMConfigurator.configure(EndpointDescription endpointDescription) |
void |
AddressingConfigurator.configure(EndpointDescription endpointDescription) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
EndpointImpl(Object o,
Binding bnd,
EndpointDescription ed) |
Modifier and Type | Method and Description |
---|---|
EndpointDescription |
BindingProvider.getEndpointDescription() |
Modifier and Type | Method and 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) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.