org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
Class ServiceProcessor

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.ServiceProcessor

public class ServiceProcessor
extends AbstractProcessor


Nested Class Summary
static class ServiceProcessor.BindingType
           
 
Field Summary
 
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
context, LOG
 
Constructor Summary
ServiceProcessor(org.apache.cxf.tools.common.ToolContext penv)
           
 
Method Summary
 void process(org.apache.cxf.service.model.ServiceInfo si)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProcessor

public ServiceProcessor(org.apache.cxf.tools.common.ToolContext penv)
Method Detail

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


Apache CXF