Uses of Class
org.apache.cxf.tools.common.ToolException
-
-
Uses of ToolException in org.apache.cxf.tools.common
Methods in org.apache.cxf.tools.common that throw ToolException Modifier and Type Method Description voidAbstractCXFToolContainer. checkParams(ErrorVisitor err)Check command-line parameters for validity.voidClassUtils. compile(ToolContext context)voidVelocityGenerator. doWrite(String templateName, Writer outputs)voidAbstractCXFToolContainer. execute(boolean exitOnFinish)booleanAbstractCXFToolContainer. hasInfoOption()FileVelocityGenerator. parseOutputName(String packageName, String filename)FileVelocityGenerator. parseOutputName(String packageName, String filename, String ext)voidProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.common.model
Methods in org.apache.cxf.tools.common.model that throw ToolException Modifier and Type Method Description voidJavaInterface. addMethod(JavaMethod method) -
Uses of ToolException in org.apache.cxf.tools.common.toolspec
Methods in org.apache.cxf.tools.common.toolspec that throw ToolException Modifier and Type Method Description voidTool. destroy()voidToolSupport. destroy()voidAbstractToolContainer. execute(boolean exitOnFinish)voidToolContainer. execute(boolean exitOnFinish)ToolToolSpec. getHandler()ToolToolSpec. getHandler(ClassLoader loader)DocumentToolContext. getInputDocument()Request a document based on the standard input stream.DocumentToolContext. getInputDocument(String id)Request a document based on the input stream.InputStreamToolContext. getInputStream()Request the standard input stream.InputStreamToolContext. getInputStream(String id)Request an input stream.OutputStreamToolContext. getOutputStream()OutputStreamToolContext. getOutputStream(String id)StringToolContext. getParameter(String name)String[]ToolContext. getParameters(String name)booleanToolContext. hasParameter(String name)voidAbstractToolContainer. init()voidTool. init()voidToolSupport. init()voidTool. performFunction()A tool has to be prepared to perform it's duty any number of times.voidToolSupport. performFunction()Constructors in org.apache.cxf.tools.common.toolspec that throw ToolException Constructor Description ToolSpec(InputStream in)ToolSpec(InputStream in, boolean validate) -
Uses of ToolException in org.apache.cxf.tools.corba
Methods in org.apache.cxf.tools.corba that throw ToolException Modifier and Type Method Description voidIDLToWSDL. checkParams(ErrorVisitor errors)voidWSDLToIDL. checkParams(ErrorVisitor errors) -
Uses of ToolException in org.apache.cxf.tools.corba.common
Methods in org.apache.cxf.tools.corba.common that throw ToolException Modifier and Type Method Description voidProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.corba.processors.idl
Methods in org.apache.cxf.tools.corba.processors.idl that throw ToolException Modifier and Type Method Description voidIDLProcessor. process()voidIDLToWSDLProcessor. process()voidIDLToWSDLProcessor. process(antlr.collections.AST idlTree) -
Uses of ToolException in org.apache.cxf.tools.corba.processors.wsdl
Methods in org.apache.cxf.tools.corba.processors.wsdl that throw ToolException Modifier and Type Method Description voidWSDLToCorbaProcessor. process()voidWSDLToProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.java2js
Methods in org.apache.cxf.tools.java2js that throw ToolException Modifier and Type Method Description voidJavaToJS. checkParams(ErrorVisitor errors) -
Uses of ToolException in org.apache.cxf.tools.java2js.processor
Methods in org.apache.cxf.tools.java2js.processor that throw ToolException Modifier and Type Method Description ServiceBuilderJavaToJSProcessor. getServiceBuilder()voidJavaToJSProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.java2ws
Methods in org.apache.cxf.tools.java2ws that throw ToolException Modifier and Type Method Description voidJavaToWSContainer. checkParams(ErrorVisitor errs)voidJavaToWSContainer. execute(boolean exitOnFinish) -
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor
Methods in org.apache.cxf.tools.java2wsdl.processor that throw ToolException Modifier and Type Method Description voidJavaToWSDLProcessor. generate(ServiceInfo service, File output)ServiceBuilderJavaToWSDLProcessor. getServiceBuilder()voidJavaToWSDLProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor.internal
Methods in org.apache.cxf.tools.java2wsdl.processor.internal that throw ToolException Modifier and Type Method Description voidAntGenerator. generate(ToolContext penv) -
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws that throw ToolException Modifier and Type Method Description voidJAXWSFrontEndProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.generator that throw ToolException Modifier and Type Method Description abstract voidAbstractJaxwsGenerator. generate(ToolContext penv)voidJaxwsClientGenerator. generate(ToolContext penv)voidJaxwsImplGenerator. generate(ToolContext penv)voidJaxwsSEIGenerator. generate(ToolContext penv)voidJaxwsServerGenerator. generate(ToolContext penv) -
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor.internal.simple
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.simple that throw ToolException Modifier and Type Method Description voidSimpleFrontEndProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.simple.generator that throw ToolException Modifier and Type Method Description abstract voidAbstractSimpleGenerator. generate(ToolContext penv)voidSimpleClientGenerator. generate(ToolContext penv)voidSimpleImplGenerator. generate(ToolContext penv)voidSimpleSEIGenerator. generate(ToolContext penv)voidSimpleServerGenerator. generate(ToolContext penv) -
Uses of ToolException in org.apache.cxf.tools.misc
Methods in org.apache.cxf.tools.misc that throw ToolException Modifier and Type Method Description voidWSDLToService. checkParams(ErrorVisitor errors)voidWSDLToSoap. checkParams(ErrorVisitor errors)voidWSDLToXML. checkParams(ErrorVisitor errors)voidXSDToWSDL. checkParams(ErrorVisitor errors) -
Uses of ToolException in org.apache.cxf.tools.misc.processor
Methods in org.apache.cxf.tools.misc.processor that throw ToolException Modifier and Type Method Description protected WriterAbstractWSDLToProcessor. getOutputWriter(String newNameExt)protected voidAbstractWSDLToProcessor. init()protected voidWSDLToServiceProcessor. init()protected voidWSDLToSoapProcessor. init()protected voidWSDLToXMLProcessor. init()protected voidAbstractWSDLToProcessor. parseWSDL(String wsdlURL)voidAbstractWSDLToProcessor. process()voidWSDLToServiceProcessor. process()voidWSDLToSoapProcessor. process()voidWSDLToXMLProcessor. process()voidXSDToWSDLProcessor. process()booleanAbstractWSDLToProcessor. validate(javax.wsdl.Definition def, ToolContext context, Bus bus)voidAbstractWSDLToProcessor. validateWSDL() -
Uses of ToolException in org.apache.cxf.tools.util
Methods in org.apache.cxf.tools.util that throw ToolException Modifier and Type Method Description booleanFileWriterUtil. isCollision(String packageName, String fileName)Constructors in org.apache.cxf.tools.util that throw ToolException Constructor Description FileWriterUtil()FileWriterUtil(String targetDir, OutputStreamCreator osc) -
Uses of ToolException in org.apache.cxf.tools.validator
Methods in org.apache.cxf.tools.validator that throw ToolException Modifier and Type Method Description voidWSDLValidator. checkParams(ErrorVisitor errors) -
Uses of ToolException in org.apache.cxf.tools.validator.internal
Methods in org.apache.cxf.tools.validator.internal that throw ToolException Modifier and Type Method Description DocumentStax2DOM. getDocument(File wsdl)DocumentStax2DOM. getDocument(String wsdl)DocumentStax2DOM. getDocument(URL url)booleanWSDL11Validator. isValid()booleanSchemaValidator. validate(String wsdlsource, String[] schemas)booleanSchemaValidator. validate(InputSource wsdlsource, String[] schemas)Constructors in org.apache.cxf.tools.validator.internal that throw ToolException Constructor Description SchemaValidator(String schemaDir)SchemaValidator(String schemaDir, String wsdl, String[] schemas) -
Uses of ToolException in org.apache.cxf.tools.wadlto.jaxrs
Methods in org.apache.cxf.tools.wadlto.jaxrs that throw ToolException Modifier and Type Method Description voidJAXRSContainer. execute()voidJAXRSContainer. execute(boolean exitOnFinish) -
Uses of ToolException in org.apache.cxf.tools.wsdlto
Methods in org.apache.cxf.tools.wsdlto that throw ToolException Modifier and Type Method Description voidWSDLToJavaContainer. checkParams(ErrorVisitor errors)voidWSDLToJavaContainer. execute()voidWSDLToJavaContainer. execute(boolean exitOnFinish)voidWSDLToJavaContainer. generateTypes()voidWSDLToJavaContainer. validate(ServiceInfo service)voidWSDLToJavaContainer. validate(ToolContext env) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.core
Methods in org.apache.cxf.tools.wsdlto.core that throw ToolException Modifier and Type Method Description protected voidAbstractGenerator. doWrite(String templateName, Writer outputs)voidDataBindingProfile. generate(ToolContext context)voidDataBindingProfile. initialize(ToolContext c)protected booleanAbstractGenerator. isCollision(String packageName, String filename)protected booleanAbstractGenerator. isCollision(String packageName, String filename, String ext)protected WriterAbstractGenerator. parseOutputName(String packageName, String filename)protected WriterAbstractGenerator. parseOutputName(String packageName, String filename, String ext)voidWSDLToProcessor. process()abstract booleanAbstractWSDLBuilder. validate(javax.wsdl.Definition t) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.databinding.jaxb
Methods in org.apache.cxf.tools.wsdlto.databinding.jaxb that throw ToolException Modifier and Type Method Description voidJAXBDataBinding. generate(ToolContext c)voidJAXBDataBinding. initialize(ToolContext c)voidJAXBDataBinding. validateSchema(Element ele, String uri, OASISCatalogManager catalog, SchemaCollection schemaCollection) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.databinding.source
Methods in org.apache.cxf.tools.wsdlto.databinding.source that throw ToolException Modifier and Type Method Description voidSourceDatabindingProfile. generate(ToolContext context)voidSourceDatabindingProfile. initialize(ToolContext c) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.frontend.jaxws
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws that throw ToolException Modifier and Type Method Description voidJAXWS21Container. validate(ToolContext env)voidJAXWSContainer. validate(ToolContext env) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.generators that throw ToolException Modifier and Type Method Description abstract voidAbstractJAXWSGenerator. generate(ToolContext penv)voidAntGenerator. generate(ToolContext penv)voidClientGenerator. generate(ToolContext penv)voidFaultGenerator. generate(ToolContext penv)voidHandlerConfigGenerator. generate(ToolContext penv)voidImplGenerator. generate(ToolContext penv)voidSEIGenerator. generate(ToolContext penv)voidServerGenerator. generate(ToolContext penv)voidServiceGenerator. generate(ToolContext penv) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor that throw ToolException Modifier and Type Method Description voidWSDLToJavaProcessor. process() -
Uses of ToolException in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal that throw ToolException Modifier and Type Method Description protected JavaParameterParameterProcessor. addParameter(MessagePartInfo mpart, JavaMethod method, JavaParameter parameter)JavaParameterParameterProcessor. addParameterFromBinding(JavaMethod method, MessagePartInfo part, JavaType.Style style)This method will be used by binding processor to change existing generated java method of porttypestatic JavaInterfacePortTypeProcessor. getInterface(ToolContext context, ServiceInfo serviceInfo, InterfaceInfo interfaceInfo)voidFaultProcessor. process(JavaMethod method, Collection<FaultInfo> faults)voidOperationProcessor. process(JavaInterface intf, OperationInfo operation)voidParameterProcessor. process(JavaMethod method, MessageInfo inputMessage, MessageInfo outputMessage, List<String> parameterOrder)voidPortTypeProcessor. process(ServiceInfo serviceInfo)voidServiceProcessor. process(ServiceInfo si)voidPortTypeProcessor. processClassNames(ServiceInfo serviceInfo)voidServiceProcessor. processMultipart(JavaMethod jm, BindingOperationInfo operation, javax.wsdl.extensions.mime.MIMEMultipartRelated ext, JavaType.Style style) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11 that throw ToolException Modifier and Type Method Description booleanJAXWSDefinitionBuilder. validate(javax.wsdl.Definition def) -
Uses of ToolException in org.apache.cxf.tools.wsdlto.javascript
Methods in org.apache.cxf.tools.wsdlto.javascript that throw ToolException Modifier and Type Method Description voidJavaScriptContainer. checkParams(ErrorVisitor errors)voidJavaScriptContainer. execute()voidJavaScriptContainer. execute(boolean exitOnFinish)voidWSDLToJavaScriptProcessor. process()voidJavaScriptContainer. validate(ServiceInfo service)voidJavaScriptContainer. validate(ToolContext env)
-