Class URI
java.lang.Object
com.predic8.membrane.core.config.AbstractXmlElement
com.predic8.membrane.core.http.xml.URI
- All Implemented Interfaces:
XMLElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetHost()getPath()intgetPort()getQuery()getValue()protected voidparseAttributes(XMLStreamReader token) protected voidparseChildren(XMLStreamReader token, String child) voidvoidvoidsetPort(int port) voidvoidvoidwrite(XMLStreamWriter out) Methods inherited from class com.predic8.membrane.core.config.AbstractXmlElement
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, toXml, writeIfNotNull
-
Field Details
-
ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
URI
public URI() -
URI
- Throws:
Exception
-
-
Method Details
-
parseAttributes
- Overrides:
parseAttributesin classAbstractXmlElement- Throws:
XMLStreamException
-
parseChildren
- Overrides:
parseChildrenin classAbstractXmlElement- Throws:
Exception
-
write
- Specified by:
writein interfaceXMLElement- Overrides:
writein classAbstractXmlElement- Throws:
XMLStreamException
-
setValue
- Throws:
Exception
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getHost
-
setHost
-
getPath
-
setPath
-
getValue
-
getQuery
-
setQuery
-
getElementName
- Overrides:
getElementNamein classAbstractXmlElement
-