Apache CXF API

org.apache.cxf.jaxrs.model
Class UserOperation

java.lang.Object
  extended by org.apache.cxf.jaxrs.model.UserOperation

public class UserOperation
extends Object


Constructor Summary
UserOperation()
           
UserOperation(String methodName)
           
UserOperation(String methodName, String pathValue)
           
UserOperation(String methodName, String pathValue, List<Parameter> ps)
           
 
Method Summary
 String getConsumes()
           
 String getName()
           
 List<Parameter> getParameters()
           
 String getPath()
           
 String getProduces()
           
 String getVerb()
           
 boolean isOneway()
           
 void setConsumes(String types)
           
 void setName(String name)
           
 void setOneway(boolean oneway)
           
 void setParameters(List<Parameter> ps)
           
 void setPath(String path)
           
 void setProduces(String types)
           
 void setVerb(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserOperation

public UserOperation()

UserOperation

public UserOperation(String methodName)

UserOperation

public UserOperation(String methodName,
                     String pathValue)

UserOperation

public UserOperation(String methodName,
                     String pathValue,
                     List<Parameter> ps)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getVerb

public String getVerb()

setVerb

public void setVerb(String name)

getConsumes

public String getConsumes()

getProduces

public String getProduces()

setConsumes

public void setConsumes(String types)

setProduces

public void setProduces(String types)

getPath

public String getPath()

setPath

public void setPath(String path)

setParameters

public void setParameters(List<Parameter> ps)

getParameters

public List<Parameter> getParameters()

setOneway

public void setOneway(boolean oneway)

isOneway

public boolean isOneway()

Apache CXF API

Apache CXF