Class MessageSplitterImp

    • Field Detail

      • logR

        protected transient org.slf4j.Logger logR
    • Constructor Detail

      • MessageSplitterImp

        public MessageSplitterImp()
    • Method Detail

      • getMessageFactory

        public AdaptrisMessageFactory getMessageFactory()
        Returns:
        the messageFactory, null if not specified.
      • setMessageFactory

        public void setMessageFactory​(AdaptrisMessageFactory f)
        Set the message factory used when creating AdaptrisMessage instances.
        Parameters:
        f - the messageFactory to set
      • setCopyMetadata

        public void setCopyMetadata​(java.lang.Boolean b)

        Sets whether to copy metadata from the original message to the split messages.

        Parameters:
        b - whether to copy metadata from the original message to the split messages (default true)
      • getCopyMetadata

        public java.lang.Boolean getCopyMetadata()

        Returns whether to copy metadata from the original message to the split messages.

        Returns:
        whether to copy metadata from the original message to the split messages
      • getCopyObjectMetadata

        public java.lang.Boolean getCopyObjectMetadata()
      • setCopyObjectMetadata

        public void setCopyObjectMetadata​(java.lang.Boolean b)
        Whether or not to preserve object metadata to the split messages.
        Parameters:
        b - true to preserve object metadata (default false)