Uses of Class
org.apache.axis2.jaxws.common.config.WSDLValidatorElement
-
Packages that use WSDLValidatorElement Package Description org.apache.axis2.jaxws.common.config org.apache.axis2.jaxws.description org.apache.axis2.jaxws.description.impl org.apache.axis2.jaxws.util -
-
Uses of WSDLValidatorElement in org.apache.axis2.jaxws.common.config
Method parameters in org.apache.axis2.jaxws.common.config with type arguments of type WSDLValidatorElement Modifier and Type Method Description void
AddressingWSDLExtensionValidator. validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator.void
WSDLExtensionValidator. validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
Performs validation of input extensionSets from RespectBindingConfigurator. -
Uses of WSDLValidatorElement in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return types with arguments of type WSDLValidatorElement Modifier and Type Method Description Set<WSDLValidatorElement>
EndpointDescription. getRequiredBindings()
Returns a list of all known bindings that should be supported based on the information in the WSDL.Methods in org.apache.axis2.jaxws.description with parameters of type WSDLValidatorElement Modifier and Type Method 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. -
Uses of WSDLValidatorElement in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return types with arguments of type WSDLValidatorElement Modifier and Type Method Description Set<WSDLValidatorElement>
EndpointDescriptionImpl. getRequiredBindings()
Methods in org.apache.axis2.jaxws.description.impl with parameters of type WSDLValidatorElement Modifier and Type Method Description boolean
EndpointDescriptionImpl. addRequiredBinding(WSDLValidatorElement element)
-
Uses of WSDLValidatorElement in org.apache.axis2.jaxws.util
Method parameters in org.apache.axis2.jaxws.util with type arguments of type WSDLValidatorElement Modifier and Type Method Description static void
WSDLExtensionValidatorUtil. performValidation(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:
-