Class MessageFactory

java.lang.Object
net.messagevortex.router.MessageFactory
Direct Known Subclasses:
SimpleMessageFactory

public abstract class MessageFactory extends Object

Factory class to build full message (anonymizing structure).

  • Field Details

  • Constructor Details

    • MessageFactory

      protected MessageFactory()
  • Method Details

    • setIdentityStore

      public IdentityStore setIdentityStore(IdentityStore is)

      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

      public VortexMessage getMessage()

      Gets the current message as a VortexMessage.

      Returns:
      the requested message
    • build

      public abstract RoutingCombo build()
    • getGraph

      public abstract GraphSet getGraph()