public class AS4SignalMessageProcessorResult extends AS4MessageProcessorResult
| Modifier | Constructor and Description |
|---|---|
protected |
AS4SignalMessageProcessorResult(com.helger.commons.state.ESuccess eSuccess,
String sErrorMsg,
com.helger.commons.collection.impl.ICommonsList<com.helger.as4.attachment.WSS4JAttachment> aAttachments,
String sAsyncResponseURL,
com.helger.as4lib.ebms3header.Ebms3UserMessage aPullReturnUserMessage) |
| Modifier and Type | Method and Description |
|---|---|
static AS4SignalMessageProcessorResult |
createFailure(String sErrorMsg) |
static AS4SignalMessageProcessorResult |
createSuccess() |
static AS4SignalMessageProcessorResult |
createSuccess(com.helger.commons.collection.impl.ICommonsList<com.helger.as4.attachment.WSS4JAttachment> aAttachments,
String sAsyncResponseURL,
com.helger.as4lib.ebms3header.Ebms3UserMessage aPullReturnUserMessage) |
com.helger.as4lib.ebms3header.Ebms3UserMessage |
getPullReturnUserMessage() |
String |
toString() |
addAllAttachmentsTo, createSuccess, getAllAttachments, getAsyncResponseURL, getErrorMessage, hasAsyncResponseURL, hasAttachments, isSuccessprotected AS4SignalMessageProcessorResult(@Nonnull com.helger.commons.state.ESuccess eSuccess, @Nullable String sErrorMsg, @Nullable com.helger.commons.collection.impl.ICommonsList<com.helger.as4.attachment.WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL, @Nullable com.helger.as4lib.ebms3header.Ebms3UserMessage aPullReturnUserMessage)
@Nullable public com.helger.as4lib.ebms3header.Ebms3UserMessage getPullReturnUserMessage()
public String toString()
toString in class AS4MessageProcessorResult@Nonnull public static AS4SignalMessageProcessorResult createSuccess()
@Nonnull public static AS4SignalMessageProcessorResult createSuccess(@Nullable com.helger.commons.collection.impl.ICommonsList<com.helger.as4.attachment.WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL, @Nullable com.helger.as4lib.ebms3header.Ebms3UserMessage aPullReturnUserMessage)
@Nonnull public static AS4SignalMessageProcessorResult createFailure(@Nonnull String sErrorMsg)
Copyright © 2015–2019 Philip Helger. All rights reserved.