Class AS4SignalMessageProcessorResult

java.lang.Object
com.helger.phase4.incoming.spi.AS4MessageProcessorResult
com.helger.phase4.incoming.spi.AS4SignalMessageProcessorResult
All Implemented Interfaces:
com.helger.base.state.ISuccessIndicator

@Immutable public class AS4SignalMessageProcessorResult extends AS4MessageProcessorResult
This class represents the result of a message processor SPI implementation.
Note: cannot be serializable because WSS4JAttachment is not serializable
Author:
Philip Helger
  • Constructor Details

    • AS4SignalMessageProcessorResult

      protected AS4SignalMessageProcessorResult(@NonNull com.helger.base.state.ESuccess eSuccess, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL, @Nullable Ebms3UserMessage aPullReturnUserMessage)
      Parameters:
      eSuccess - Success or failure. May not be null.
      aAttachments - The response attachments. May be null.
      sAsyncResponseURL - The asynchronous response URLs. May be null.
      aPullReturnUserMessage - The user message to return. May be null.
  • Method Details