Class MessageEvent


  • public class MessageEvent
    extends java.lang.Object
    Represents the event of a sent or received message for monitoring of communication.
    • Field Detail

      • secinfos

        protected ISecurityInfo secinfos
        The security infos (only for received).
      • header

        protected IMsgHeader header
        The message header.
      • body

        protected java.lang.Object body
        The message body.
    • Constructor Detail

      • MessageEvent

        public MessageEvent()
        Bean constructor.
    • Method Detail

      • getSecinfos

        public ISecurityInfo getSecinfos()
        Get the security infos.
      • setSecinfos

        public void setSecinfos​(ISecurityInfo secinfos)
        Set the security infos.
      • getHeader

        public IMsgHeader getHeader()
        Get the header.
      • setHeader

        public void setHeader​(IMsgHeader header)
        Set the header.
      • getBody

        public java.lang.Object getBody()
        Get the body.
      • setBody

        public void setBody​(java.lang.Object body)
        Set the body.