org.apache.cxf.jaxrs.model
Class UserOperation
java.lang.Object
org.apache.cxf.jaxrs.model.UserOperation
public class UserOperation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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