Class AddressingWSDLExtensionValidator
- java.lang.Object
-
- org.apache.axis2.jaxws.common.config.AddressingWSDLExtensionValidator
-
- All Implemented Interfaces:
WSDLExtensionValidator
public class AddressingWSDLExtensionValidator extends Object implements WSDLExtensionValidator
-
-
Constructor Summary
Constructors Constructor Description AddressingWSDLExtensionValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator.
-
-
-
Method Detail
-
validate
public void validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator.- Specified by:
validate
in interfaceWSDLExtensionValidator
- Parameters:
extensionSet
- - Set of found required=true extensions from WSDL, read WSDLValidatorElement object definition.wsdlDefinition
- - a WSDL definition instance.endpointDesc
- - EndpointDescription that describes JAX-WS Endpoint definition.
-
-