Package net.messagevortex.router
Class MessageFactory
java.lang.Object
net.messagevortex.router.MessageFactory
- Direct Known Subclasses:
SimpleMessageFactory
Factory class to build full message (anonymizing structure).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VortexMessageprotected IdentityStoreBlockprotected IdentityStoreprotected Stringprotected IdentityStoreBlockprotected IdentityStoreBlock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RoutingCombobuild()abstract GraphSetgetGraph()Gets the current message as a VortexMessage.Sets the identity store to be used for creation of the message.
-
Field Details
-
fullmsg
-
msg
-
source
-
target
-
hotspot
-
identityStore
-
-
Constructor Details
-
MessageFactory
protected MessageFactory()
-
-
Method Details
-
setIdentityStore
Sets the identity store to be used for creation of the message.
- Parameters:
is- the identity store to be set- Returns:
- the previously set identity store
-
getMessage
Gets the current message as a VortexMessage.
- Returns:
- the requested message
-
build
-
getGraph
-