org.objectweb.jonathan.libs.kernel.decoders

Class OpenXMLDecoderFactory

Implemented Interfaces:
Factory

public class OpenXMLDecoderFactory
extends java.lang.Object
implements Factory

OpenXMLDecoder factory.

Method Summary

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.

Method Details

newObject

public 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.