Class ResponseBeanArg

java.lang.Object
org.apache.juneau.rest.arg.ResponseBeanArg
All Implemented Interfaces:
RestOpArg

public class ResponseBeanArg extends Object implements RestOpArg
Resolves method parameters and parameter types annotated with Response on RestOp-annotated Java methods.

The parameter value must be of type Value that accepts a value that is then set via:

opSession .getResponse() .setOutput(value);

See Also: