Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
Class JAXWS21ServiceGenerator

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.core.AbstractGenerator
      extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
          extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.ServiceGenerator
              extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.JAXWS21ServiceGenerator
All Implemented Interfaces:
FrontEndGenerator

public class JAXWS21ServiceGenerator
extends ServiceGenerator


Field Summary
 
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
LOG, TEMPLATE_BASE
 
Fields inherited from class org.apache.cxf.tools.wsdlto.core.AbstractGenerator
env, name, velocity
 
Constructor Summary
JAXWS21ServiceGenerator()
           
 
Method Summary
 boolean isJaxws22()
           
 
Methods inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.ServiceGenerator
generate, passthrough, register
 
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
 

Constructor Detail

JAXWS21ServiceGenerator

public JAXWS21ServiceGenerator()
Method Detail

isJaxws22

public boolean isJaxws22()
Overrides:
isJaxws22 in class ServiceGenerator

Apache CXF API

Apache CXF