Class JDBCSynapseMessage

  • All Implemented Interfaces:
    Serializable

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

      • JDBCSynapseMessage

        public JDBCSynapseMessage()
    • 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)
      • getPropertyObjects

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

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

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