|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.wadl.DocumentedInfo
org.restlet.ext.wadl.RepresentationInfo
org.restlet.ext.wadl.FaultInfo
@Deprecated public class FaultInfo
Describes an error condition for response descriptions.
Constructor Summary | |
---|---|
FaultInfo(Status status)
Deprecated. Constructor. |
|
FaultInfo(Status status,
DocumentationInfo documentation)
Deprecated. Constructor with a single documentation element. |
|
FaultInfo(Status status,
List<DocumentationInfo> documentations)
Deprecated. Constructor with a list of documentation elements. |
|
FaultInfo(Status status,
MediaType mediaType,
String documentation)
Deprecated. Constructor with a single documentation element. |
|
FaultInfo(Status status,
String documentation)
Deprecated. Constructor with a single documentation element. |
Method Summary |
---|
Methods inherited from class org.restlet.ext.wadl.RepresentationInfo |
---|
getIdentifier, getMediaType, getParameters, getProfiles, getReference, getStatuses, getXmlElement, setIdentifier, setMediaType, setParameters, setProfiles, setReference, setStatuses, setXmlElement, updateNamespaces, writeElement |
Methods inherited from class org.restlet.ext.wadl.DocumentedInfo |
---|
getDocumentations, resolveNamespaces, setDocumentation, setDocumentation, setDocumentations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaultInfo(Status status)
status
- The associated status code.public FaultInfo(Status status, DocumentationInfo documentation)
status
- The associated status code.documentation
- A single documentation element.public FaultInfo(Status status, List<DocumentationInfo> documentations)
status
- The associated status code.documentations
- The list of documentation elements.public FaultInfo(Status status, String documentation)
status
- The associated status code.documentation
- A single documentation element.public FaultInfo(Status status, MediaType mediaType, String documentation)
status
- The associated status code.mediaType
- The fault representation's media type.documentation
- A single documentation element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |