public class PortTypeProcessor extends AbstractProcessor
context, LOG| Constructor and Description |
|---|
PortTypeProcessor(org.apache.cxf.tools.common.ToolContext c) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public PortTypeProcessor(org.apache.cxf.tools.common.ToolContext c)
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
org.apache.cxf.tools.common.ToolExceptionpublic void processClassNames(org.apache.cxf.service.model.ServiceInfo serviceInfo)
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionpublic void process(org.apache.cxf.service.model.ServiceInfo serviceInfo)
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionApache CXF