| Interface | Description |
|---|---|
| EntityFactory |
A factory for vending Entities.
|
| MessageFactory |
Factory class for creating messages.
|
| PropertyFactory |
A factory for vending Properties.
|
| Class | Description |
|---|---|
| AbstractEntityFactory<T extends java.lang.Enum<T>> |
An abstract entity factory with helper methods for defining URNs with enums.
|
| AbstractMessageFactory<T extends java.lang.Enum<T>> |
An abstract message factory with helper methods for defining URNs with enums.
|
| AbstractPropertyFactory<T extends java.lang.Enum<T>> |
An abstract property factory with helper methods for defining URNs with enums.
|
| FilterEntityFactory |
A entity factory that filters urns that match or don't match a given set.
|
| FilterMessageFactory |
A message factory that filters urns that do not match a given set.
|
| FilterPropertyFactory |
A property factory that filters urns that do not match a given set.
|
| Registry |
A class for managing the different types of entities, properties, messages
and their associated factories.
|