org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
Class ServiceGenerator
java.lang.Object
  
org.apache.cxf.tools.wsdlto.core.AbstractGenerator
      
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
          
org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.ServiceGenerator
- All Implemented Interfaces: 
 - FrontEndGenerator
 
- Direct Known Subclasses: 
 - JAXWS21ServiceGenerator
 
public class ServiceGenerator
- extends AbstractJAXWSGenerator
 
 
 
 
 
 
| Methods inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator | 
clearAttributes, doWrite, getEnvironment, getName, getOutputDir, isCollision, isCollision, parseOutputName, parseOutputName, setAttributes, setCommonAttributes, setEnvironment, wantToKeep | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServiceGenerator
public ServiceGenerator()
passthrough
public boolean passthrough()
- Specified by:
 passthrough in class AbstractJAXWSGenerator
 
 
generate
public void generate(ToolContext penv)
              throws ToolException
- Specified by:
 generate in interface FrontEndGenerator- Specified by:
 generate in class AbstractJAXWSGenerator
 
- Throws:
 ToolException
 
isJaxws22
public boolean isJaxws22()
 
register
public void register(ClassCollector collector,
                     String packageName,
                     String fileName)
- Overrides:
 register in class AbstractJAXWSGenerator
 
 
Apache CXF