|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
Option.accept(TokenInputStream args,
Element result,
ErrorVisitor errors)
|
boolean |
OptionGroup.accept(TokenInputStream args,
Element result,
ErrorVisitor errors)
|
boolean |
TokenConsumer.accept(TokenInputStream args,
Element result,
ErrorVisitor errors)
|
boolean |
Argument.isSatisfied(ErrorVisitor errors)
|
boolean |
Form.isSatisfied(ErrorVisitor errors)
|
boolean |
Option.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 |
WSDLToService.checkParams(ErrorVisitor errors)
|
void |
WSDLToSoap.checkParams(ErrorVisitor errors)
|
void |
WSDLToXML.checkParams(ErrorVisitor errors)
|
void |
XSDToWSDL.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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |