ca.quine.factorygen.test
Class MarshallerFactoryTest

java.lang.Object
  |
  +--ca.quine.factorygen.Registrar
        |
        +--ca.quine.factorygen.test.MarshallerFactoryTest

public class MarshallerFactoryTest
extends Registrar


Constructor Summary
MarshallerFactoryTest()
           
 
Method Summary
 void addRegistrant(IRegistrant registrant)
          Make this method public for testing purposes.
 IMarshaller getMarshaller(Object key)
           
 
Methods inherited from class ca.quine.factorygen.Registrar
getRegistrantEntryIterator, getRegistrantIterator, getRegistrantProtected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallerFactoryTest

public MarshallerFactoryTest()
Method Detail

addRegistrant

public void addRegistrant(IRegistrant registrant)
Make this method public for testing purposes.

Overrides:
addRegistrant in class Registrar
Parameters:
registrant -

getMarshaller

public IMarshaller getMarshaller(Object key)