P - type of MessageHandlerFactorypublic interface MessageHandlerFactoryCreator<P extends MessageHandlerFactory>
MessageHandlerFactory.
This is intended for cases where a single class can create several different
types of message.
The MessageHandlerFactory is parameterised by the target factory
so we use a 2 step creation process.| Modifier and Type | Field and Description |
|---|---|
static char |
TYPE_SEPERATOR |
| Modifier and Type | Method and Description |
|---|---|
P |
getMessageHandlerFactory(java.lang.String name) |
static final char TYPE_SEPERATOR
P getMessageHandlerFactory(java.lang.String name)