Class ServiceProcessor
java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ServiceProcessor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
context, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.apache.cxf.service.model.ServiceInfo si) voidprocessMultipart(org.apache.cxf.tools.common.model.JavaMethod jm, org.apache.cxf.service.model.BindingOperationInfo operation, javax.wsdl.extensions.mime.MIMEMultipartRelated ext, org.apache.cxf.tools.common.model.JavaType.Style style)
-
Constructor Details
-
ServiceProcessor
public ServiceProcessor(org.apache.cxf.tools.common.ToolContext penv)
-
-
Method Details
-
process
public void process(org.apache.cxf.service.model.ServiceInfo si) throws org.apache.cxf.tools.common.ToolException - Throws:
org.apache.cxf.tools.common.ToolException
-
processMultipart
public void processMultipart(org.apache.cxf.tools.common.model.JavaMethod jm, org.apache.cxf.service.model.BindingOperationInfo operation, javax.wsdl.extensions.mime.MIMEMultipartRelated ext, org.apache.cxf.tools.common.model.JavaType.Style style) throws org.apache.cxf.tools.common.ToolException - Throws:
org.apache.cxf.tools.common.ToolException
-