Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
Class PortTypeProcessor

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
      extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProcessor

public class PortTypeProcessor
extends AbstractProcessor


Field Summary
 
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
context, LOG
 
Constructor Summary
PortTypeProcessor(ToolContext c)
           
 
Method Summary
static JavaInterface getInterface(ToolContext context, ServiceInfo serviceInfo, InterfaceInfo interfaceInfo)
           
 void process(ServiceInfo serviceInfo)
           
 void processClassNames(ServiceInfo serviceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortTypeProcessor

public PortTypeProcessor(ToolContext c)
Method Detail

getInterface

public static JavaInterface getInterface(ToolContext context,
                                         ServiceInfo serviceInfo,
                                         InterfaceInfo interfaceInfo)
                                  throws ToolException
Throws:
ToolException

processClassNames

public void processClassNames(ServiceInfo serviceInfo)
                       throws ToolException
Throws:
ToolException

process

public void process(ServiceInfo serviceInfo)
             throws ToolException
Throws:
ToolException

Apache CXF API

Apache CXF