org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator
Class WSActionAnnotator

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.WSActionAnnotator
All Implemented Interfaces:
org.apache.cxf.tools.common.model.Annotator

public final class WSActionAnnotator
extends java.lang.Object
implements org.apache.cxf.tools.common.model.Annotator


Constructor Summary
WSActionAnnotator(org.apache.cxf.service.model.OperationInfo op)
           
 
Method Summary
 void annotate(org.apache.cxf.tools.common.model.JavaAnnotatable ja)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSActionAnnotator

public WSActionAnnotator(org.apache.cxf.service.model.OperationInfo op)
Method Detail

annotate

public void annotate(org.apache.cxf.tools.common.model.JavaAnnotatable ja)
Specified by:
annotate in interface org.apache.cxf.tools.common.model.Annotator


Apache CXF