org.apache.cxf.tools.wsdl2java.processor
Class WSDLToJavaProcessor

java.lang.Object
  extended by org.apache.cxf.tools.wsdl2java.processor.WSDLToProcessor
      extended by org.apache.cxf.tools.wsdl2java.processor.WSDLToJavaProcessor
All Implemented Interfaces:
org.apache.cxf.tools.common.Processor

public class WSDLToJavaProcessor
extends WSDLToProcessor


Field Summary
 
Fields inherited from class org.apache.cxf.tools.wsdl2java.processor.WSDLToProcessor
bindingGenerator, classColletor, env, excludeGenFiles, excludePkgList, generators, importedPortTypes, importedServices, LOG, model, nestedJaxbBinding, rawJaxbModel, rawJaxbModelGenCode, schemaList, WSDL_FILE_NAME_EXT, wsdlDefinition, wsdlFactory, wsdlReader
 
Constructor Summary
WSDLToJavaProcessor()
           
 
Method Summary
 boolean passthrough()
           
 void process()
           
 void processImportDefinition(javax.wsdl.Definition def)
           
 void removeExcludeFiles()
           
 
Methods inherited from class org.apache.cxf.tools.wsdl2java.processor.WSDLToProcessor
checkSupported, doGeneration, getEnvironment, getOutputWriter, getPortTypes, getWSDLDefinition, init, parseCustomization, parseWSDL, setEnvironment, validateWSDL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLToJavaProcessor

public WSDLToJavaProcessor()
Method Detail

process

public void process()
             throws org.apache.cxf.tools.common.ToolException
Specified by:
process in interface org.apache.cxf.tools.common.Processor
Overrides:
process in class WSDLToProcessor
Throws:
org.apache.cxf.tools.common.ToolException

processImportDefinition

public void processImportDefinition(javax.wsdl.Definition def)
                             throws org.apache.cxf.tools.common.ToolException
Throws:
org.apache.cxf.tools.common.ToolException

removeExcludeFiles

public void removeExcludeFiles()
                        throws java.io.IOException
Throws:
java.io.IOException

passthrough

public boolean passthrough()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.