org.objectweb.jonathan.libs.kernel.decoders
Class OpenXMLDecoderFactory

java.lang.Object
  extended by org.objectweb.jonathan.libs.kernel.decoders.OpenXMLDecoderFactory
All Implemented Interfaces:
Factory

public class OpenXMLDecoderFactory
extends java.lang.Object
implements Factory

OpenXMLDecoder factory.


Constructor Summary
OpenXMLDecoderFactory()
           
 
Method Summary
 java.lang.Object newObject(Context _c)
          Retrieves locally in the given context a Context named decoders where the additional specified XML to runtime component decoders are stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenXMLDecoderFactory

public OpenXMLDecoderFactory()
Method Detail

newObject

public java.lang.Object newObject(Context _c)
Retrieves locally in the given context a Context named decoders where the additional specified XML to runtime component decoders are stored.

Specified by:
newObject in interface Factory
Parameters:
_c - where OpenXMLDecoder parameters are stored
Returns:
a new OpenXMLDecoder instance.