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(org.apache.cxf.tools.common.ToolContext c)
           
 
Method Summary
 void process(org.apache.cxf.service.model.ServiceInfo serviceInfo)
           
 void processClassNames(org.apache.cxf.service.model.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(org.apache.cxf.tools.common.ToolContext c)
Method Detail

processClassNames

public void processClassNames(org.apache.cxf.service.model.ServiceInfo serviceInfo)
                       throws org.apache.cxf.tools.common.ToolException
Throws:
org.apache.cxf.tools.common.ToolException

process

public void process(org.apache.cxf.service.model.ServiceInfo serviceInfo)
             throws org.apache.cxf.tools.common.ToolException
Throws:
org.apache.cxf.tools.common.ToolException


Apache CXF