@Deprecated public class RequestInfo extends DocumentedInfo
| Constructor and Description |
|---|
RequestInfo()
Deprecated.
Constructor.
|
RequestInfo(DocumentationInfo documentation)
Deprecated.
Constructor with a single documentation element.
|
RequestInfo(java.util.List<DocumentationInfo> documentations)
Deprecated.
Constructor with a list of documentation elements.
|
RequestInfo(java.lang.String documentation)
Deprecated.
Constructor with a single documentation element.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParameterInfo> |
getParameters()
Deprecated.
Returns the list of parameters.
|
java.util.List<RepresentationInfo> |
getRepresentations()
Deprecated.
Returns the list of supported input representations.
|
void |
setParameters(java.util.List<ParameterInfo> parameters)
Deprecated.
Sets the list of parameters.
|
void |
setRepresentations(java.util.List<RepresentationInfo> representations)
Deprecated.
Sets the list of supported input representations.
|
void |
updateNamespaces(java.util.Map<java.lang.String,java.lang.String> namespaces)
Deprecated.
Completes the given map of namespaces with the namespaces used in the
documentation elements.
|
void |
writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
getDocumentations, resolveNamespaces, setDocumentation, setDocumentation, setDocumentationspublic RequestInfo()
public RequestInfo(DocumentationInfo documentation)
documentation - A single documentation element.public RequestInfo(java.util.List<DocumentationInfo> documentations)
documentations - The list of documentation elements.public RequestInfo(java.lang.String documentation)
documentation - A single documentation element.public java.util.List<ParameterInfo> getParameters()
public java.util.List<RepresentationInfo> getRepresentations()
public void setParameters(java.util.List<ParameterInfo> parameters)
parameters - The list of parameters.public void setRepresentations(java.util.List<RepresentationInfo> representations)
representations - The list of supported input representations.public void updateNamespaces(java.util.Map<java.lang.String,java.lang.String> namespaces)
DocumentedInfoupdateNamespaces in class DocumentedInfonamespaces - The given map of namespaces to complete.public void writeElement(XmlWriter writer) throws org.xml.sax.SAXException
writer - The SAX writer.org.xml.sax.SAXExceptionCopyright © 2005-2020 Restlet.