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