java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ServiceProcessor

public class ServiceProcessor extends AbstractProcessor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Field Summary

    Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor

    context, LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
    ServiceProcessor(org.apache.cxf.tools.common.ToolContext penv)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 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