org.objectweb.jonathan.libs.kernel.decoders
Class XMLAssemblageDecoder
java.lang.Object
org.objectweb.jonathan.libs.kernel.decoders.XMLAssemblageDecoder
- XMLElementDecoder
public class XMLAssemblageDecoder
extends java.lang.Object
Assemblage 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.
decode
public Component decode(XMLElement _xml_element,
String _element_name,
Context _configuration,
XMLElementDecoderDispatcher _dispatcher)
throws JonathanException
Converts a XML ASSEMBLAGE
element to its
corresponding assemblage runtime component.
- decode in interface XMLElementDecoder
_xml_element
- ASSEMBLAGE
tag to be decoded_element_name
- the assemblage's element name_configuration
- where the assemblage will be created