Uses of Class
org.apache.cxf.tools.validator.ServiceValidator
-
Packages that use ServiceValidator Package Description org.apache.cxf.binding.xml org.apache.cxf.tools.wsdlto org.apache.cxf.tools.wsdlto.frontend.jaxws.validator org.apache.cxf.tools.wsdlto.javascript -
-
Uses of ServiceValidator in org.apache.cxf.binding.xml
Subclasses of ServiceValidator in org.apache.cxf.binding.xml Modifier and Type Class Description classXMLFormatValidator -
Uses of ServiceValidator in org.apache.cxf.tools.wsdlto
Methods in org.apache.cxf.tools.wsdlto that return types with arguments of type ServiceValidator Modifier and Type Method Description List<ServiceValidator>WSDLToJavaContainer. getServiceValidators() -
Uses of ServiceValidator in org.apache.cxf.tools.wsdlto.frontend.jaxws.validator
Subclasses of ServiceValidator in org.apache.cxf.tools.wsdlto.frontend.jaxws.validator Modifier and Type Class Description classUniqueBodyValidatorclassWrapperStyleNameCollisionValidator -
Uses of ServiceValidator in org.apache.cxf.tools.wsdlto.javascript
Methods in org.apache.cxf.tools.wsdlto.javascript that return types with arguments of type ServiceValidator Modifier and Type Method Description List<ServiceValidator>JavaScriptContainer. getServiceValidators()
-