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

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

Uses of FaultInfo in org.restlet.ext.wadl
 

Methods in org.restlet.ext.wadl that return FaultInfo
 FaultInfo MethodInfo.addFault(Status status, MediaType mediaType, java.lang.String documentation)
          Adds a new fault to the response.
 

Methods in org.restlet.ext.wadl that return types with arguments of type FaultInfo
 java.util.List<FaultInfo> ResponseInfo.getFaults()
          Returns the list of faults (representations that denote an error condition).
 java.util.List<FaultInfo> ApplicationInfo.getFaults()
          Returns the list of fault elements.
 

Method parameters in org.restlet.ext.wadl with type arguments of type FaultInfo
 void ResponseInfo.setFaults(java.util.List<FaultInfo> faults)
          Sets the list of faults (representations that denote an error condition).
 void ApplicationInfo.setFaults(java.util.List<FaultInfo> faults)
          Sets the list of fault elements.
 



Copyright © 2005-2008 Noelios Technologies.