Uses of Class
de.twenty11.skysail.server.restlet.ResponseInfo

Packages that use ResponseInfo
de.twenty11.skysail.server.restlet   
 

Uses of ResponseInfo in de.twenty11.skysail.server.restlet
 

Methods in de.twenty11.skysail.server.restlet that return ResponseInfo
 ResponseInfo MethodInfo.getResponse()
          Returns the last added response of the method.
 

Methods in de.twenty11.skysail.server.restlet that return types with arguments of type ResponseInfo
 List<ResponseInfo> MethodInfo.getResponses()
          Returns the output of the method.
 

Methods in de.twenty11.skysail.server.restlet with parameters of type ResponseInfo
 RepresentationInfo SkysailServerResource2.describe(MethodInfo methodInfo, ResponseInfo response, Class<?> outputClass, org.restlet.representation.Variant variant)
           
 

Method parameters in de.twenty11.skysail.server.restlet with type arguments of type ResponseInfo
 void MethodInfo.setResponses(List<ResponseInfo> responses)
          Sets the output of the method.
 



Copyright © 2011-2013. All Rights Reserved.