| Package | Description |
|---|---|
| org.apache.axis2.jaxws.common.config | |
| org.apache.axis2.jaxws.description | |
| org.apache.axis2.jaxws.description.impl | |
| org.apache.axis2.jaxws.util |
| 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 |
|---|---|
Set<WSDLValidatorElement> |
EndpointDescription.getRequiredBindings()
Returns a list of all known bindings that should be supported based
on the information in the WSDL.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EndpointDescription.addRequiredBinding(WSDLValidatorElement element)
Adds the QName to a list of binding types that are required to be
supported by the endpoint as defined in the WSDL.
|
| Modifier and Type | Method and Description |
|---|---|
Set<WSDLValidatorElement> |
EndpointDescriptionImpl.getRequiredBindings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EndpointDescriptionImpl.addRequiredBinding(WSDLValidatorElement element) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WSDLExtensionValidatorUtil.performValidation(org.apache.axis2.engine.AxisConfiguration axisConfiguration,
Set<WSDLValidatorElement> extensionSet,
javax.wsdl.Definition wsdlDefinition,
EndpointDescription endpointDescription)
Activate any registered WSDLExtensionValidators to perform the validation
of...
|
static void |
WSDLExtensionUtils.search(javax.wsdl.WSDLElement element,
Set<WSDLValidatorElement> set,
List<QName> unusedExtensions)
This method will search for all wsdl extensibility elements marked as required=true in wsdl:bindings
As per the wsdl 2.2 specification section 2.5 here is how a wsdl:binding is defined:
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.