Uses of Class
com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
Packages that use AS4SignalMessageProcessorResult
-
Uses of AS4SignalMessageProcessorResult in com.helger.phase4.servlet.spi
Methods in com.helger.phase4.servlet.spi that return AS4SignalMessageProcessorResultModifier and TypeMethodDescriptionAS4SignalMessageProcessorResult.createFailure()AS4SignalMessageProcessorResult.createFailure(String sErrorMsg) Deprecated, for removal: This API element is subject to removal in a future version.AS4SignalMessageProcessorResult.createSuccess()AS4SignalMessageProcessorResult.createSuccess(com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments, String sAsyncResponseURL, Ebms3UserMessage aPullReturnUserMessage) IAS4ServletMessageProcessorSPI.processAS4SignalMessage(IAS4IncomingMessageMetadata aMessageMetadata, com.helger.commons.http.HttpHeaderMap aHttpHeaders, Ebms3SignalMessage aSignalMessage, IPMode aPMode, IAS4MessageState aState, com.helger.commons.collection.impl.ICommonsList<Ebms3Error> aProcessingErrorMessages) Process incoming AS4 signal message - pull-request and receipt.
Attachment and Payload are not needed since they are allowed, but should not be added to a SignalMessage Because the will be ignored in the MSH - Processing.