Class StringPayloadSplitter

    • Constructor Detail

      • StringPayloadSplitter

        public StringPayloadSplitter()
    • Method Detail

      • split

        protected abstract java.util.List<java.lang.String> split​(java.lang.String messagePayload)
                                                           throws java.lang.Exception
        default split operation.
        Parameters:
        messagePayload - the string payload derived from the AdaptrisMessage
        Returns:
        a list of strings that make up the split messages.
        Throws:
        java.lang.Exception