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 types with arguments of type FaultInfo
 List<FaultInfo> ResponseInfo.getFaults()
          Deprecated. According to new WADL specification, the fault element has been removed.
 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(List<FaultInfo> faults)
          Deprecated. According to new WADL specification, the fault element has been removed.
 void ApplicationInfo.setFaults(List<FaultInfo> faults)
          Sets the list of fault elements.
 



Copyright © 2005-2011 Noelios Technologies.