Class MessageDumper


  • public class MessageDumper
    extends Object
    The Class MessageDumper.
    • Method Detail

      • getInstance

        public static MessageDumper getInstance()
        Gets the single instance of MessageDumper.
        Returns:
        single instance of MessageDumper
      • init

        public void init​(PropertyHandler propertyHandler)
        Inits the MessageDumper
        Parameters:
        propertyHandler - the property handler
      • isDumpEnabled

        public boolean isDumpEnabled()
        Checks if is dump enabled.
        Returns:
        true, if is dump enabled
      • dump

        public void dump​(byte[] data,
                         String name,
                         String way)
        Dump.
        Parameters:
        data - the bis
        name - the name
        way - the way
      • getOperationName

        public static String getOperationName​(SOAPMessageContext context)
        Gets the operation name.
        Parameters:
        context - the context
        Returns:
        the operation name