Class Request
java.lang.Object
com.predic8.membrane.core.config.AbstractXmlElement
com.predic8.membrane.core.http.xml.Message
com.predic8.membrane.core.http.xml.Request
- All Implemented Interfaces:
XMLElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetUri()protected voidparseAttributes(XMLStreamReader token) protected voidparseChildren(XMLStreamReader token, String child) voidsetHttpVersion(String httpVersion) voidvoidvoidwrite(XMLStreamWriter out) Methods inherited from class com.predic8.membrane.core.http.xml.Message
getBody, getHeaders, setBody, setHeadersMethods inherited from class com.predic8.membrane.core.config.AbstractXmlElement
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, toXml, writeIfNotNull
-
Field Details
-
ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
Request
- Throws:
Exception
-
Request
public Request()
-
-
Method Details
-
parseAttributes
- Overrides:
parseAttributesin classAbstractXmlElement- Throws:
XMLStreamException
-
parseChildren
- Overrides:
parseChildrenin classAbstractXmlElement- Throws:
Exception
-
write
- Specified by:
writein interfaceXMLElement- Overrides:
writein classAbstractXmlElement- Throws:
XMLStreamException
-
getMethod
-
setMethod
-
getHttpVersion
-
setHttpVersion
-
getUri
-
setUri
-
getElementName
- Overrides:
getElementNamein classAbstractXmlElement
-