org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
Class PortTypeProcessor
java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProcessor
public class PortTypeProcessor
- extends AbstractProcessor
|
Method Summary |
static org.apache.cxf.tools.common.model.JavaInterface |
getInterface(org.apache.cxf.tools.common.ToolContext context,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.InterfaceInfo interfaceInfo)
|
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 |
PortTypeProcessor
public PortTypeProcessor(org.apache.cxf.tools.common.ToolContext c)
getInterface
public static org.apache.cxf.tools.common.model.JavaInterface getInterface(org.apache.cxf.tools.common.ToolContext context,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.InterfaceInfo interfaceInfo)
throws org.apache.cxf.tools.common.ToolException
- Throws:
org.apache.cxf.tools.common.ToolException
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