Class Component
java.lang.Object
com.predic8.membrane.core.config.AbstractXmlElement
com.predic8.membrane.core.http.xml.Component
- All Implemented Interfaces:
XMLElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetValue()protected voidparseCharacters(XMLStreamReader token) voidvoidwrite(XMLStreamWriter out) Methods inherited from class com.predic8.membrane.core.config.AbstractXmlElement
doAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseAttributes, parseChildren, toXml, writeIfNotNull
-
Field Details
-
ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
Component
public Component() -
Component
-
-
Method Details
-
parseCharacters
- Overrides:
parseCharactersin classAbstractXmlElement- Throws:
XMLStreamException
-
write
- Specified by:
writein interfaceXMLElement- Overrides:
writein classAbstractXmlElement- Throws:
XMLStreamException
-
getValue
-
setValue
-
getElementName
- Overrides:
getElementNamein classAbstractXmlElement
-