public class AddressingWSDLExtensionValidator extends Object implements WSDLExtensionValidator
Constructor and Description |
---|
AddressingWSDLExtensionValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Set<WSDLValidatorElement> extensionSet,
javax.wsdl.Definition wsdlDefinition,
EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator.
|
public void validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
validate
in interface WSDLExtensionValidator
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.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.