psdi.iface.router

Class FlatFileHandler

    • Field Detail

      • textQualifier

        protected java.lang.String textQualifier
    • Constructor Detail

      • FlatFileHandler

        public FlatFileHandler()
    • Method Detail

      • init

        protected void init()
      • invoke

        public byte[] invoke(java.util.Map metaData,
                             byte[] data)
                      throws MXException
        Writes data for a given interface name. This sendData method looks for a property CONNECTIONPOOL (JNDI name) and its value for a given external system from the MAXEXTSYSHANDLER table.
        Specified by:
        invoke in interface RouterHandler
        Overrides:
        invoke in class BaseRouterHandler
        Parameters:
        data - the xml transaction in byte array
        Returns:
        the Bidi transformed data to be collected and used by the descendant classes
        Throws:
        MXException - if there's a problem in writing data to queue.
        See Also:
        RouterHandler.invoke(java.util.Map, byte[])
      • isContainsNewLine

        protected boolean isContainsNewLine(java.lang.String token)
      • getProperties

        public java.util.List getProperties()
        Returns:
        the List of supported properties.