|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ToolException in org.apache.cxf.jibx.tools |
---|
Methods in org.apache.cxf.jibx.tools that throw ToolException | |
---|---|
void |
JibxToolingDataBinding.generate(ToolContext context)
|
void |
JibxToolingDataBinding.initialize(ToolContext context)
|
Uses of ToolException in org.apache.cxf.sdo.tools |
---|
Methods in org.apache.cxf.sdo.tools that throw ToolException | |
---|---|
void |
SDODatabinding.generate(ToolContext context)
|
void |
SDODatabinding.initialize(ToolContext context)
|
Uses of ToolException in org.apache.cxf.tools.common |
---|
Methods in org.apache.cxf.tools.common that throw ToolException | |
---|---|
void |
AbstractCXFToolContainer.checkParams(ErrorVisitor err)
Check command-line parameters for validity. |
void |
ClassUtils.compile(ToolContext context)
|
void |
VelocityGenerator.doWrite(String templateName,
Writer outputs)
|
void |
AbstractCXFToolContainer.execute(boolean exitOnFinish)
|
boolean |
AbstractCXFToolContainer.hasInfoOption()
|
File |
VelocityGenerator.parseOutputName(String packageName,
String filename)
|
File |
VelocityGenerator.parseOutputName(String packageName,
String filename,
String ext)
|
void |
Processor.process()
|
Uses of ToolException in org.apache.cxf.tools.common.model |
---|
Methods in org.apache.cxf.tools.common.model that throw ToolException | |
---|---|
void |
JavaInterface.addMethod(JavaMethod method)
|
Uses of ToolException in org.apache.cxf.tools.common.toolspec |
---|
Methods in org.apache.cxf.tools.common.toolspec that throw ToolException | |
---|---|
void |
Tool.destroy()
|
void |
ToolSupport.destroy()
|
void |
AbstractToolContainer.execute(boolean exitOnFinish)
|
void |
ToolContainer.execute(boolean exitOnFinish)
|
Tool |
ToolSpec.getHandler()
|
Tool |
ToolSpec.getHandler(ClassLoader loader)
|
Document |
ToolContext.getInputDocument()
Request a document based on the standard input stream. |
Document |
ToolContext.getInputDocument(String id)
Request a document based on the input stream. |
InputStream |
ToolContext.getInputStream()
Request the standard input stream. |
InputStream |
ToolContext.getInputStream(String id)
Request an input stream. |
OutputStream |
ToolContext.getOutputStream()
|
OutputStream |
ToolContext.getOutputStream(String id)
|
String |
ToolContext.getParameter(String name)
|
String[] |
ToolContext.getParameters(String name)
|
boolean |
ToolContext.hasParameter(String name)
|
void |
AbstractToolContainer.init()
|
void |
Tool.init()
|
void |
ToolSupport.init()
|
void |
Tool.performFunction()
A tool has to be prepared to perform it's duty any number of times. |
void |
ToolSupport.performFunction()
|
Constructors in org.apache.cxf.tools.common.toolspec that throw ToolException | |
---|---|
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 | |
---|---|
void |
IDLToWSDL.checkParams(ErrorVisitor errors)
|
void |
WSDLToIDL.checkParams(ErrorVisitor errors)
|
Uses of ToolException in org.apache.cxf.tools.corba.common |
---|
Methods in org.apache.cxf.tools.corba.common that throw ToolException | |
---|---|
void |
Processor.process()
|
Uses of ToolException in org.apache.cxf.tools.corba.processors.idl |
---|
Methods in org.apache.cxf.tools.corba.processors.idl that throw ToolException | |
---|---|
void |
IDLProcessor.process()
|
void |
IDLToWSDLProcessor.process()
|
void |
IDLToWSDLProcessor.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 | |
---|---|
void |
WSDLToCorbaProcessor.process()
|
void |
WSDLToProcessor.process()
|
Uses of ToolException in org.apache.cxf.tools.java2js |
---|
Methods in org.apache.cxf.tools.java2js that throw ToolException | |
---|---|
void |
JavaToJS.checkParams(ErrorVisitor errors)
|
Uses of ToolException in org.apache.cxf.tools.java2js.processor |
---|
Methods in org.apache.cxf.tools.java2js.processor that throw ToolException | |
---|---|
ServiceBuilder |
JavaToJSProcessor.getServiceBuilder()
|
void |
JavaToJSProcessor.process()
|
Uses of ToolException in org.apache.cxf.tools.java2ws |
---|
Methods in org.apache.cxf.tools.java2ws that throw ToolException | |
---|---|
void |
JavaToWSContainer.checkParams(ErrorVisitor errs)
|
void |
JavaToWSContainer.execute(boolean exitOnFinish)
|
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor |
---|
Methods in org.apache.cxf.tools.java2wsdl.processor that throw ToolException | |
---|---|
void |
JavaToWSDLProcessor.generate(ServiceInfo service,
File output)
|
ServiceBuilder |
JavaToWSDLProcessor.getServiceBuilder()
|
void |
JavaToWSDLProcessor.process()
|
Uses of ToolException in org.apache.cxf.tools.java2wsdl.processor.internal |
---|
Methods in org.apache.cxf.tools.java2wsdl.processor.internal that throw ToolException | |
---|---|
void |
AntGenerator.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 | |
---|---|
void |
JAXWSFrontEndProcessor.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 | |
---|---|
abstract void |
AbstractJaxwsGenerator.generate(ToolContext penv)
|
void |
JaxwsClientGenerator.generate(ToolContext penv)
|
void |
JaxwsImplGenerator.generate(ToolContext penv)
|
void |
JaxwsSEIGenerator.generate(ToolContext penv)
|
void |
JaxwsServerGenerator.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 | |
---|---|
void |
SimpleFrontEndProcessor.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 | |
---|---|
abstract void |
AbstractSimpleGenerator.generate(ToolContext penv)
|
void |
SimpleClientGenerator.generate(ToolContext penv)
|
void |
SimpleImplGenerator.generate(ToolContext penv)
|
void |
SimpleSEIGenerator.generate(ToolContext penv)
|
void |
SimpleServerGenerator.generate(ToolContext penv)
|
Uses of ToolException in org.apache.cxf.tools.misc |
---|
Methods in org.apache.cxf.tools.misc that throw ToolException | |
---|---|
void |
WSDLToService.checkParams(ErrorVisitor errors)
|
void |
WSDLToSoap.checkParams(ErrorVisitor errors)
|
void |
WSDLToXML.checkParams(ErrorVisitor errors)
|
void |
XSDToWSDL.checkParams(ErrorVisitor errors)
|
Uses of ToolException in org.apache.cxf.tools.misc.processor |
---|
Methods in org.apache.cxf.tools.misc.processor that throw ToolException | |
---|---|
protected Writer |
AbstractWSDLToProcessor.getOutputWriter(String newNameExt)
|
protected void |
AbstractWSDLToProcessor.init()
|
protected void |
WSDLToServiceProcessor.init()
|
protected void |
WSDLToSoapProcessor.init()
|
protected void |
WSDLToXMLProcessor.init()
|
protected void |
AbstractWSDLToProcessor.parseWSDL(String wsdlURL)
|
void |
AbstractWSDLToProcessor.process()
|
void |
WSDLToServiceProcessor.process()
|
void |
WSDLToSoapProcessor.process()
|
void |
WSDLToXMLProcessor.process()
|
void |
XSDToWSDLProcessor.process()
|
boolean |
AbstractWSDLToProcessor.validate(javax.wsdl.Definition def,
ToolContext context,
Bus bus)
|
void |
AbstractWSDLToProcessor.validateWSDL()
|
Uses of ToolException in org.apache.cxf.tools.util |
---|
Methods in org.apache.cxf.tools.util that throw ToolException | |
---|---|
boolean |
FileWriterUtil.isCollision(String packageName,
String fileName)
|
Constructors in org.apache.cxf.tools.util that throw ToolException | |
---|---|
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 | |
---|---|
void |
WSDLValidator.checkParams(ErrorVisitor errors)
|
Uses of ToolException in org.apache.cxf.tools.validator.internal |
---|
Methods in org.apache.cxf.tools.validator.internal that throw ToolException | |
---|---|
Document |
Stax2DOM.getDocument(File wsdl)
|
Document |
Stax2DOM.getDocument(String wsdl)
|
Document |
Stax2DOM.getDocument(URL url)
|
boolean |
WSDL11Validator.isValid()
|
boolean |
SchemaValidator.validate(InputSource wsdlsource,
String[] schemas)
|
boolean |
SchemaValidator.validate(String wsdlsource,
String[] schemas)
|
Constructors in org.apache.cxf.tools.validator.internal that throw ToolException | |
---|---|
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 | |
---|---|
void |
JAXRSContainer.execute()
|
void |
JAXRSContainer.execute(boolean exitOnFinish)
|
Uses of ToolException in org.apache.cxf.tools.wsdlto |
---|
Methods in org.apache.cxf.tools.wsdlto that throw ToolException | |
---|---|
void |
WSDLToJavaContainer.checkParams(ErrorVisitor errors)
|
void |
WSDLToJavaContainer.execute()
|
void |
WSDLToJavaContainer.execute(boolean exitOnFinish)
|
void |
WSDLToJavaContainer.generateTypes()
|
void |
WSDLToJavaContainer.validate(ServiceInfo service)
|
void |
WSDLToJavaContainer.validate(ToolContext env)
|
Uses of ToolException in org.apache.cxf.tools.wsdlto.core |
---|
Methods in org.apache.cxf.tools.wsdlto.core that throw ToolException | |
---|---|
protected void |
AbstractGenerator.doWrite(String templateName,
Writer outputs)
|
void |
DataBindingProfile.generate(ToolContext context)
|
void |
DataBindingProfile.initialize(ToolContext c)
|
protected boolean |
AbstractGenerator.isCollision(String packageName,
String filename)
|
protected boolean |
AbstractGenerator.isCollision(String packageName,
String filename,
String ext)
|
protected Writer |
AbstractGenerator.parseOutputName(String packageName,
String filename)
|
protected Writer |
AbstractGenerator.parseOutputName(String packageName,
String filename,
String ext)
|
void |
WSDLToProcessor.process()
|
abstract boolean |
AbstractWSDLBuilder.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 | |
---|---|
void |
JAXBDataBinding.generate(ToolContext c)
|
void |
JAXBDataBinding.initialize(ToolContext c)
|
void |
JAXBDataBinding.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 | |
---|---|
void |
SourceDatabindingProfile.generate(ToolContext context)
|
void |
SourceDatabindingProfile.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 | |
---|---|
void |
JAXWS21Container.validate(ToolContext env)
|
void |
JAXWSContainer.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 | |
---|---|
abstract void |
AbstractJAXWSGenerator.generate(ToolContext penv)
|
void |
AntGenerator.generate(ToolContext penv)
|
void |
ClientGenerator.generate(ToolContext penv)
|
void |
FaultGenerator.generate(ToolContext penv)
|
void |
HandlerConfigGenerator.generate(ToolContext penv)
|
void |
ImplGenerator.generate(ToolContext penv)
|
void |
SEIGenerator.generate(ToolContext penv)
|
void |
ServerGenerator.generate(ToolContext penv)
|
void |
ServiceGenerator.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 | |
---|---|
void |
WSDLToJavaProcessor.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 | |
---|---|
protected JavaParameter |
ParameterProcessor.addParameter(MessagePartInfo mpart,
JavaMethod method,
JavaParameter parameter)
|
JavaParameter |
ParameterProcessor.addParameterFromBinding(JavaMethod method,
MessagePartInfo part,
JavaType.Style style)
This method will be used by binding processor to change existing generated java method of porttype |
static JavaInterface |
PortTypeProcessor.getInterface(ToolContext context,
ServiceInfo serviceInfo,
InterfaceInfo interfaceInfo)
|
void |
OperationProcessor.process(JavaInterface intf,
OperationInfo operation)
|
void |
FaultProcessor.process(JavaMethod method,
Collection<FaultInfo> faults)
|
void |
ParameterProcessor.process(JavaMethod method,
MessageInfo inputMessage,
MessageInfo outputMessage,
List<String> parameterOrder)
|
void |
PortTypeProcessor.process(ServiceInfo serviceInfo)
|
void |
ServiceProcessor.process(ServiceInfo si)
|
void |
PortTypeProcessor.processClassNames(ServiceInfo serviceInfo)
|
void |
ServiceProcessor.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 | |
---|---|
boolean |
JAXWSDefinitionBuilder.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 | |
---|---|
void |
JavaScriptContainer.checkParams(ErrorVisitor errors)
|
void |
JavaScriptContainer.execute()
|
void |
JavaScriptContainer.execute(boolean exitOnFinish)
|
void |
WSDLToJavaScriptProcessor.process()
|
void |
JavaScriptContainer.validate(ServiceInfo service)
|
void |
JavaScriptContainer.validate(ToolContext env)
|
Uses of ToolException in org.apache.cxf.xmlbeans.tools |
---|
Methods in org.apache.cxf.xmlbeans.tools that throw ToolException | |
---|---|
void |
XMLBeansToolingDataBinding.generate(ToolContext context)
|
void |
XMLBeansToolingDataBinding.initialize(ToolContext context)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |