Apache CXF API

org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
Class JAXWSFrontEndProcessor

java.lang.Object
  extended by org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JAXWSFrontEndProcessor
All Implemented Interfaces:
Processor

public class JAXWSFrontEndProcessor
extends Object
implements Processor


Constructor Summary
JAXWSFrontEndProcessor()
           
 
Method Summary
 void checkJaxwsClass()
           
 String getClassName(Type type)
           
 void process()
           
 JavaInterface serviceInfo2JavaInf(ServiceInfo service)
           
 void setEnvironment(ToolContext env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSFrontEndProcessor

public JAXWSFrontEndProcessor()
Method Detail

process

public void process()
             throws ToolException
Specified by:
process in interface Processor
Throws:
ToolException

setEnvironment

public void setEnvironment(ToolContext env)
Specified by:
setEnvironment in interface Processor

serviceInfo2JavaInf

public JavaInterface serviceInfo2JavaInf(ServiceInfo service)

getClassName

public String getClassName(Type type)

checkJaxwsClass

public void checkJaxwsClass()

Apache CXF API

Apache CXF