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 WSDLExtensionValidatorextensionSet - - 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–2020 The Apache Software Foundation. All rights reserved.