ca.infoway.messagebuilder.marshalling.hl7
Class Registry<T>
java.lang.Object
ca.infoway.messagebuilder.marshalling.hl7.Registry<T>
- Direct Known Subclasses:
- FormatterRegistry, ParserRegistry
public abstract class Registry<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Registry
public Registry()
register
protected void register(Class<? extends T> c)
register
protected void register(T instance)
getRegistrationKey
public List<String> getRegistrationKey(Class<? extends T> c)
throws IllegalArgumentException,
IllegalAccessException
- Throws:
IllegalArgumentException
IllegalAccessException
get
public T get(Typed typed)
get
public T get(String name)
registerAll
protected abstract void registerAll()
Copyright © 2013. All Rights Reserved.