Apache CXF API

Uses of Class
org.apache.cxf.tools.common.toolspec.ToolSpec

Packages that use ToolSpec
org.apache.cxf.tools.common   
org.apache.cxf.tools.common.toolspec   
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.wadlto.jaxrs   
org.apache.cxf.tools.wsdlto   
org.apache.cxf.tools.wsdlto.frontend.jaxws   
org.apache.cxf.tools.wsdlto.javascript   
 

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

Constructors in org.apache.cxf.tools.common with parameters of type ToolSpec
AbstractCXFToolContainer(String nm, ToolSpec toolspec)
           
 

Uses of ToolSpec in org.apache.cxf.tools.common.toolspec
 

Fields in org.apache.cxf.tools.common.toolspec declared as ToolSpec
protected  ToolSpec AbstractToolContainer.toolspec
           
 

Constructors in org.apache.cxf.tools.common.toolspec with parameters of type ToolSpec
AbstractToolContainer(ToolSpec ts)
           
 

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

Fields in org.apache.cxf.tools.common.toolspec.parser declared as ToolSpec
protected  ToolSpec Argument.toolspec
           
 

Methods in org.apache.cxf.tools.common.toolspec.parser with parameters of type ToolSpec
 void Argument.setToolSpec(ToolSpec toolSpec)
           
 void CommandLineParser.setToolSpec(ToolSpec ts)
           
 

Constructors in org.apache.cxf.tools.common.toolspec.parser with parameters of type ToolSpec
CommandLineParser(ToolSpec ts)
           
 

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

Constructors in org.apache.cxf.tools.corba with parameters of type ToolSpec
IDLToWSDL(ToolSpec toolspec)
           
WSDLToIDL(ToolSpec toolspec)
           
 

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

Constructors in org.apache.cxf.tools.java2js with parameters of type ToolSpec
JavaToJS(ToolSpec toolspec)
           
 

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

Constructors in org.apache.cxf.tools.java2ws with parameters of type ToolSpec
JavaToWSContainer(ToolSpec toolspec)
           
 

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

Constructors in org.apache.cxf.tools.misc with parameters of type ToolSpec
WSDLToService(ToolSpec toolspec)
           
WSDLToSoap(ToolSpec toolspec)
           
WSDLToXML(ToolSpec toolspec)
           
XSDToWSDL(ToolSpec toolspec)
           
 

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

Constructors in org.apache.cxf.tools.validator with parameters of type ToolSpec
WSDLValidator(ToolSpec toolspec)
           
 

Uses of ToolSpec in org.apache.cxf.tools.wadlto.jaxrs
 

Constructors in org.apache.cxf.tools.wadlto.jaxrs with parameters of type ToolSpec
JAXRSContainer(ToolSpec toolspec)
           
 

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

Constructors in org.apache.cxf.tools.wsdlto with parameters of type ToolSpec
WSDLToJavaContainer(String name, ToolSpec toolspec)
           
 

Uses of ToolSpec in org.apache.cxf.tools.wsdlto.frontend.jaxws
 

Constructors in org.apache.cxf.tools.wsdlto.frontend.jaxws with parameters of type ToolSpec
JAXWS21Container(ToolSpec toolspec)
           
JAXWSContainer(ToolSpec toolspec)
           
 

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

Constructors in org.apache.cxf.tools.wsdlto.javascript with parameters of type ToolSpec
JavaScriptContainer(ToolSpec toolspec)
           
 


Apache CXF API

Apache CXF