|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonathan.libs.kernel.decoders.XMLIncludeDecoder
public class XMLIncludeDecoder
Include specific XML or properties to runtime configuration decoder.
Used by the OpenXMLDecoder
as one of the built-in
XML to runtime configuration decoders provided it provides
to its decoding dispatcher.
Constructor Summary | |
---|---|
XMLIncludeDecoder()
|
Method Summary | |
---|---|
Component |
decode(nanoxml.XMLElement _xml_element,
java.lang.String _element_name,
Context _configuration,
XMLElementDecoderDispatcher _dispatcher)
Converts a XML INCLUDE element to its
corresponding included runtime configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLIncludeDecoder()
Method Detail |
---|
public Component decode(nanoxml.XMLElement _xml_element, java.lang.String _element_name, Context _configuration, XMLElementDecoderDispatcher _dispatcher) throws JonathanException
INCLUDE
element to its
corresponding included runtime configuration
decode
in interface XMLElementDecoder
_xml_element
- INCLUDE
tag to be decoded_element_name
- the include's element name_configuration
- where the decoded configuration will
be includedreturn
- the corresponding decoded runtime included
configuration
JonathanException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |