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
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
context, LOG
-
-
Constructor Summary
Constructors Constructor Description PortTypeProcessor(org.apache.cxf.tools.common.ToolContext c)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.cxf.tools.common.model.JavaInterfacegetInterface(org.apache.cxf.tools.common.ToolContext context, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.InterfaceInfo interfaceInfo)voidprocess(org.apache.cxf.service.model.ServiceInfo serviceInfo)voidprocessClassNames(org.apache.cxf.service.model.ServiceInfo serviceInfo)
-
-
-
Method Detail
-
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
-
-