Class SynapseMessage

  • All Implemented Interfaces:
    Serializable

    public class SynapseMessage
    extends Object
    implements Serializable
    This class serves as a container for the Synapse Message Context parameters/properties , and it will be saved as a message in the Store.
    See Also:
    Serialized Form
    • Constructor Detail

      • SynapseMessage

        public SynapseMessage()
    • Method Detail

      • isResponse

        public boolean isResponse()
      • setResponse

        public void setResponse​(boolean response)
      • isFaultResponse

        public boolean isFaultResponse()
      • setFaultResponse

        public void setFaultResponse​(boolean faultResponse)
      • getTracingState

        public int getTracingState()
      • setTracingState

        public void setTracingState​(int tracingState)
      • getLocalEntries

        public List<String> getLocalEntries()
      • getPropertyObjects

        public HashMap<String,​byte[]> getPropertyObjects()
      • addProperty

        public void addProperty​(String key,
                                String value)
      • addPropertyObject

        public void addPropertyObject​(String key,
                                      byte[] value)
      • addLocalEntry

        public void addLocalEntry​(String key)
      • getMessageFlowTracingState

        public int getMessageFlowTracingState()
      • setMessageFlowTracingState

        public void setMessageFlowTracingState​(int messageFlowTracingState)