org.objectweb.jonathan.libs.kernel.decoders
Class XMLImplicitFactoryDecoder
java.lang.Object
org.objectweb.jonathan.libs.kernel.decoders.XMLImplicitFactoryDecoder
- XMLElementDecoder
public class XMLImplicitFactoryDecoder
extends java.lang.Object
Imports a runtime implicit factory component from its XML description.
See the XML DTD file. Allow an XMLOpenDecoder to decode
an XML configuration file containing valid implicit factory tags.
It must therefore be provided in the Context parameter of the
OpenXMLDecoder
as the value of an element named
"IMPLICIT_FACTORY".
JImplicitFactory
, OpenXMLDecoder
decode
public Component decode(XMLElement _xml_element,
String _element_name,
Context _configuration,
XMLElementDecoderDispatcher _dispatcher)
throws JonathanException
returns a new runtime ImplicitFactory component from
its NanoXML element description.
- decode in interface XMLElementDecoder
_xml_element
- its NanoXML description_element_name
- its element's name_configuration
- unused here
- the corresponding runtime implicit factory component