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

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

public class OperationProcessor
extends AbstractProcessor


Field Summary
 
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
context, LOG
 
Constructor Summary
OperationProcessor(org.apache.cxf.tools.common.ToolContext c)
           
 
Method Summary
 void process(org.apache.cxf.tools.common.model.JavaInterface intf, org.apache.cxf.service.model.OperationInfo operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationProcessor

public OperationProcessor(org.apache.cxf.tools.common.ToolContext c)
Method Detail

process

public void process(org.apache.cxf.tools.common.model.JavaInterface intf,
                    org.apache.cxf.service.model.OperationInfo operation)
             throws org.apache.cxf.tools.common.ToolException
Throws:
org.apache.cxf.tools.common.ToolException


Apache CXF