ca.quine.jcommons.marshaller
Class MarshallerFactory

java.lang.Object
  |
  +--ca.quine.factorygen.Registrar
        |
        +--ca.quine.jcommons.marshaller.MarshallerFactory

public class MarshallerFactory
extends Registrar


Constructor Summary
protected MarshallerFactory()
           
 
Method Summary
static MarshallerFactory getInstance()
           
 IMarshaller getRegistrant(Object key)
           
 
Methods inherited from class ca.quine.factorygen.Registrar
addRegistrant, getRegistrantEntryIterator, getRegistrantIterator, getRegistrantProtected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallerFactory

protected MarshallerFactory()
Method Detail

getInstance

public static MarshallerFactory getInstance()

getRegistrant

public IMarshaller getRegistrant(Object key)