public interface WSDLExtensionValidator
WSDLExtensionValidator
will perform validation
on required=true wsdl extensibility elements.
The RespectBindingConfigurator will collect all the required=true extensions from wsdl these
set of extensions will then have to be validated by WSDLExtensionValidator to check if jax-ws
runtime can process these required extension. The job of WSDLExtensionValidator is to perform
these validation.Modifier and Type | Method and Description |
---|---|
void |
validate(Set<WSDLValidatorElement> extensionSet,
javax.wsdl.Definition wsdlDefinition,
EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator.
|
void validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
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.