Uses of Class
org.apache.cxf.tools.validator.ServiceValidator

Packages that use ServiceValidator
org.apache.cxf.binding.xml   
org.apache.cxf.tools.wsdlto   
org.apache.cxf.tools.wsdlto.frontend.jaxws.validator   
 

Uses of ServiceValidator in org.apache.cxf.binding.xml
 

Subclasses of ServiceValidator in org.apache.cxf.binding.xml
 class XMLFormatValidator
           
 

Uses of ServiceValidator in org.apache.cxf.tools.wsdlto
 

Methods in org.apache.cxf.tools.wsdlto that return types with arguments of type ServiceValidator
 java.util.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
 class UniqueBodyValidator
           
 class WrapperStyleNameCollisionValidator
           
 



Apache CXF