|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openspml.v2.profiles.DSMLProfileRegistrar
Constructor Summary | |
DSMLProfileRegistrar()
|
Method Summary | |
java.lang.String |
getProfileId()
We ask that this be unique - namely as we only allow a registration once. |
void |
register(ObjectFactory of)
Generally, this will turn around and add MarshallableCreator(s) to the object factory. |
void |
unregister(ObjectFactory of)
Remove the creators from the factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DSMLProfileRegistrar()
Method Detail |
public java.lang.String getProfileId()
ObjectFactory.ProfileRegistrar
getProfileId
in interface ObjectFactory.ProfileRegistrar
public void register(ObjectFactory of)
ObjectFactory.ProfileRegistrar
register
in interface ObjectFactory.ProfileRegistrar
of
- This singleton ;-)public void unregister(ObjectFactory of)
ObjectFactory.ProfileRegistrar
unregister
in interface ObjectFactory.ProfileRegistrar
of
- This singleton ;-)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |