ca.quine.factorygen.test
Class MessageHandlerFactoryTest

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

public class MessageHandlerFactoryTest
extends Registrar


Constructor Summary
MessageHandlerFactoryTest()
           
 
Method Summary
 void addRegistrant(IRegistrant registrant)
          Make this method public for testing purposes.
 IHandler getHandler(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

MessageHandlerFactoryTest

public MessageHandlerFactoryTest()
Method Detail

addRegistrant

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

Overrides:
addRegistrant in class Registrar
Parameters:
registrant -

getHandler

public IHandler getHandler(Object key)