Uses of Class
org.apache.axis2.jaxws.common.config.WSDLValidatorElement
Packages that use WSDLValidatorElement
Package
Description
-
Uses of WSDLValidatorElement in org.apache.axis2.jaxws.common.config
Method parameters in org.apache.axis2.jaxws.common.config with type arguments of type WSDLValidatorElementModifier and TypeMethodDescriptionvoidAddressingWSDLExtensionValidator.validate(Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc) Performs validation of input extensionSets from RespectBindingConfigurator.voidWSDLExtensionValidator.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 WSDLValidatorElementModifier and TypeMethodDescriptionEndpointDescription.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 WSDLValidatorElementModifier and TypeMethodDescriptionbooleanEndpointDescription.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 WSDLValidatorElementMethods in org.apache.axis2.jaxws.description.impl with parameters of type WSDLValidatorElementModifier and TypeMethodDescriptionbooleanEndpointDescriptionImpl.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 WSDLValidatorElementModifier and TypeMethodDescriptionstatic voidWSDLExtensionValidatorUtil.performValidation(org.apache.axis2.engine.AxisConfiguration axisConfiguration, Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDescription) Activate any registered WSDLExtensionValidators to perform the validation of...static voidWSDLExtensionUtils.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: <wsdl:definitions .... > <wsdl:binding name="nmtoken" type="qname"> * <-- extensibility element (1) --> * <wsdl:operation name="nmtoken"> * <-- extensibility element (2) --> * <wsdl:input name="nmtoken"?