org.objectweb.jonathan.libs.kernel.decoders
Interface XMLElementDecoderDispatcher
public interface XMLElementDecoderDispatcher
Dispatches XML to runtime component decoding among specific decoders.
decode
public Component decode(XMLElement _xml_element,
String _element_name,
Context _configuration)
throws JonathanException
Converts a XML element to its corresponding runtime component.
_xml_element
- to be decoded_element_name
- the component's element name_configuration
- where the component will be created
getContextFactory
public ContextFactory getContextFactory()
Returns the context factory.