Uses of Class
org.restlet.ext.wadl.RepresentationInfo

Packages that use RepresentationInfo
org.restlet.ext.wadl Support the WADL specification. 
 

Uses of RepresentationInfo in org.restlet.ext.wadl
 

Subclasses of RepresentationInfo in org.restlet.ext.wadl
 class FaultInfo
          Deprecated. This element has been removed from the WADL specification.
 

Methods in org.restlet.ext.wadl that return RepresentationInfo
 RepresentationInfo MethodInfo.addFault(Status status, MediaType mediaType, String documentation)
          Deprecated. Use the ResponseInfo.getRepresentations() method instead.
 RepresentationInfo MethodInfo.addRequestRepresentation(Variant variant)
          Deprecated. Use RequestInfo.getRepresentations() instead.
 RepresentationInfo MethodInfo.addResponseRepresentation(Variant variant)
          Deprecated. Use ResponseInfo.getRepresentations() instead.
protected  RepresentationInfo WadlServerResource.describe(MethodInfo methodInfo, Class<?> representationClass, Variant variant)
          Describes a representation class and variant couple as WADL information.
protected  RepresentationInfo WadlServerResource.describe(MethodInfo methodInfo, RequestInfo requestInfo, Class<?> representationClass, Variant variant)
          Describes a representation class and variant couple as WADL information for the given method and request.
protected  RepresentationInfo WadlServerResource.describe(MethodInfo methodInfo, ResponseInfo responseInfo, Class<?> representationClass, Variant variant)
          Describes a representation class and variant couple as WADL information for the given method and response.
 

Methods in org.restlet.ext.wadl that return types with arguments of type RepresentationInfo
 List<RepresentationInfo> RequestInfo.getRepresentations()
          Returns the list of supported input representations.
 List<RepresentationInfo> ResponseInfo.getRepresentations()
          Returns the list of representations
 List<RepresentationInfo> ApplicationInfo.getRepresentations()
          Returns the list of representation elements.
 

Method parameters in org.restlet.ext.wadl with type arguments of type RepresentationInfo
 void RequestInfo.setRepresentations(List<RepresentationInfo> representations)
          Sets the list of supported input representations.
 void ResponseInfo.setRepresentations(List<RepresentationInfo> representations)
          Sets the list of representations
 void ApplicationInfo.setRepresentations(List<RepresentationInfo> representations)
          Sets the list of representation elements.
 



Copyright © 2005-2011 Noelios Technologies.