public class RequestInfo extends DocumentedInfo
Constructor and Description |
---|
RequestInfo()
Constructor.
|
RequestInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
RequestInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
RequestInfo(String documentation)
Constructor with a single documentation element.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterInfo> |
getParameters()
Returns the list of parameters.
|
List<RepresentationInfo> |
getRepresentations()
Returns the list of supported input representations.
|
void |
setParameters(List<ParameterInfo> parameters)
Sets the list of parameters.
|
void |
setRepresentations(List<RepresentationInfo> representations)
Sets the list of supported input representations.
|
void |
updateNamespaces(Map<String,String> namespaces)
Completes the given map of namespaces with the namespaces used in the
documentation elements.
|
void |
writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer.
|
getDocumentations, resolveNamespaces, setDocumentation, setDocumentation, setDocumentations
public RequestInfo()
public RequestInfo(DocumentationInfo documentation)
documentation
- A single documentation element.public RequestInfo(List<DocumentationInfo> documentations)
documentations
- The list of documentation elements.public RequestInfo(String documentation)
documentation
- A single documentation element.public List<ParameterInfo> getParameters()
public List<RepresentationInfo> getRepresentations()
public void setParameters(List<ParameterInfo> parameters)
parameters
- The list of parameters.public void setRepresentations(List<RepresentationInfo> representations)
representations
- The list of supported input representations.public void updateNamespaces(Map<String,String> namespaces)
DocumentedInfo
updateNamespaces
in class DocumentedInfo
namespaces
- The given map of namespaces to complete.public void writeElement(XmlWriter writer) throws SAXException
writer
- The SAX writer.SAXException
Copyright © 2005–2019. All rights reserved.