Apache CXF API

Uses of Class
org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor

Packages that use ErrorVisitor
org.apache.cxf.tools.common   
org.apache.cxf.tools.common.toolspec.parser   
org.apache.cxf.tools.corba   
org.apache.cxf.tools.java2js   
org.apache.cxf.tools.java2ws   
org.apache.cxf.tools.misc   
org.apache.cxf.tools.validator   
org.apache.cxf.tools.wsdlto   
org.apache.cxf.tools.wsdlto.javascript   
 

Uses of ErrorVisitor in org.apache.cxf.tools.common
 

Methods in org.apache.cxf.tools.common with parameters of type ErrorVisitor
 void AbstractCXFToolContainer.checkParams(ErrorVisitor err)
          Check command-line parameters for validity.
 

Uses of ErrorVisitor in org.apache.cxf.tools.common.toolspec.parser
 

Methods in org.apache.cxf.tools.common.toolspec.parser with parameters of type ErrorVisitor
 boolean Argument.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean Option.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean Form.accept(TokenInputStream args, Element result, ErrorVisitor errors)
          Attempt to consume all the args in the input stream by matching them to options, optionGroups and argument specified in the usage definition.
 boolean OptionGroup.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean TokenConsumer.accept(TokenInputStream args, Element result, ErrorVisitor errors)
           
 boolean Argument.isSatisfied(ErrorVisitor errors)
           
 boolean Option.isSatisfied(ErrorVisitor errors)
           
 boolean Form.isSatisfied(ErrorVisitor errors)
           
 boolean OptionGroup.isSatisfied(ErrorVisitor errors)
           
 boolean TokenConsumer.isSatisfied(ErrorVisitor errors)
           
 void CommandLineParser.throwUsage(ErrorVisitor errors)
           
 

Constructors in org.apache.cxf.tools.common.toolspec.parser with parameters of type ErrorVisitor
BadUsageException(ErrorVisitor err)
           
BadUsageException(String use, ErrorVisitor err)
           
 

Uses of ErrorVisitor in org.apache.cxf.tools.corba
 

Methods in org.apache.cxf.tools.corba with parameters of type ErrorVisitor
 void IDLToWSDL.checkParams(ErrorVisitor errors)
           
 void WSDLToIDL.checkParams(ErrorVisitor errors)
           
 

Uses of ErrorVisitor in org.apache.cxf.tools.java2js
 

Methods in org.apache.cxf.tools.java2js with parameters of type ErrorVisitor
 void JavaToJS.checkParams(ErrorVisitor errors)
           
 

Uses of ErrorVisitor in org.apache.cxf.tools.java2ws
 

Methods in org.apache.cxf.tools.java2ws with parameters of type ErrorVisitor
 void JavaToWSContainer.checkParams(ErrorVisitor errs)
           
 

Uses of ErrorVisitor in org.apache.cxf.tools.misc
 

Methods in org.apache.cxf.tools.misc with parameters of type ErrorVisitor
 void XSDToWSDL.checkParams(ErrorVisitor errors)
           
 void WSDLToSoap.checkParams(ErrorVisitor errors)
           
 void WSDLToXML.checkParams(ErrorVisitor errors)
           
 void WSDLToService.checkParams(ErrorVisitor errors)
           
 

Uses of ErrorVisitor in org.apache.cxf.tools.validator
 

Methods in org.apache.cxf.tools.validator with parameters of type ErrorVisitor
 void WSDLValidator.checkParams(ErrorVisitor errors)
           
 

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

Methods in org.apache.cxf.tools.wsdlto with parameters of type ErrorVisitor
 void WSDLToJavaContainer.checkParams(ErrorVisitor errors)
           
 

Uses of ErrorVisitor in org.apache.cxf.tools.wsdlto.javascript
 

Methods in org.apache.cxf.tools.wsdlto.javascript with parameters of type ErrorVisitor
 void JavaScriptContainer.checkParams(ErrorVisitor errors)
           
 


Apache CXF API

Apache CXF