psdi.iface.router

Class ScriptJMSExit

  • java.lang.Object
    • psdi.iface.router.ScriptJMSExit
    • Constructor Summary

      Constructors 
      Constructor and Description
      ScriptJMSExit() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Map getMessageProperties(java.util.Map metaData, byte[] data)
      Exit method for manipulating JMS Header properties
      void responseError(java.util.Map metaData, byte[] data, java.lang.Exception e) 
      byte[] responseOk(java.util.Map metaData, byte[] data) 
      void setEndpoint(java.lang.String epName) 
      void setScript(java.lang.String scriptName) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptJMSExit

        public ScriptJMSExit()
    • Method Detail

      • setScript

        public void setScript(java.lang.String scriptName)
      • setEndpoint

        public void setEndpoint(java.lang.String epName)
      • getMessageProperties

        public java.util.Map getMessageProperties(java.util.Map metaData,
                                                  byte[] data)
                                           throws MXException
        Description copied from interface: JMSExit
        Exit method for manipulating JMS Header properties
        Specified by:
        getMessageProperties in interface JMSExit
        Parameters:
        metaData - map containing JMS Header properties
        data - date to be sent
        Returns:
        map of JMS Header properties
        Throws:
        MXException