Uses of Class
com.helger.phase4.error.AS4ErrorList
Packages that use AS4ErrorList
Package
Description
-
Uses of AS4ErrorList in com.helger.phase4.error
Methods in com.helger.phase4.error that return AS4ErrorListModifier and TypeMethodDescription@NonNull AS4ErrorListAS4ErrorList.add(@NonNull Ebms3Error aError) Add an EBMS Error to the list.@NonNull AS4ErrorListAdd an error to the list.@NonNull AS4ErrorListAS4ErrorList.addAll(@NonNull AS4ErrorList aOther) Add another error list to this listMethods in com.helger.phase4.error with parameters of type AS4ErrorListModifier and TypeMethodDescription@NonNull AS4ErrorListAS4ErrorList.addAll(@NonNull AS4ErrorList aOther) Add another error list to this list -
Uses of AS4ErrorList in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming with parameters of type AS4ErrorListModifier and TypeMethodDescriptionvoidIAS4RequestHandlerErrorConsumer.onAS4ErrorMessage(@NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull IAS4IncomingMessageState aIncomingState, @NonNull @Nonempty AS4ErrorList aEbmsErrors, @NonNull AS4ErrorMessage aAS4ErrorMsg) Invoked when an AS4 error message is created.static @NonNull IAS4IncomingMessageStateAS4IncomingHandler.processEbmsMessage(@NonNull AS4ResourceHelper aResHelper, @NonNull Locale aLocale, @NonNull SoapHeaderElementProcessorRegistry aRegistry, @NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull Document aSoapDocument, @NonNull ESoapVersion eSoapVersion, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aIncomingAttachments, @NonNull IAS4IncomingProfileSelector aAS4ProfileSelector, @NonNull AS4ErrorList aEbmsErrorMessagesTarget, @NonNull IAS4IncomingMessageMetadata aMessageMetadata) -
Uses of AS4ErrorList in com.helger.phase4.incoming.soap
Methods in com.helger.phase4.incoming.soap with parameters of type AS4ErrorListModifier and TypeMethodDescription@NonNull com.helger.base.state.ESuccessISoapHeaderElementProcessor.processHeaderElement(@NonNull Document aSoapDoc, @NonNull Element aHeaderElement, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull AS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessagesTarget) Process the passed header element.@NonNull com.helger.base.state.ESuccessSoapHeaderElementProcessorExtractEbms3Messaging.processHeaderElement(@NonNull Document aSoapDoc, @NonNull Element aElement, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull AS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessagesTarget) @NonNull com.helger.base.state.ESuccessSoapHeaderElementProcessorWSS4J.processHeaderElement(@NonNull Document aSoapDoc, @NonNull Element aSecurityNode, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull AS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessagesTarget) -
Uses of AS4ErrorList in com.helger.phase4.incoming.spi
Methods in com.helger.phase4.incoming.spi with parameters of type AS4ErrorListModifier and TypeMethodDescriptionvoidIAS4IncomingMessageProcessorSPI.processAS4ResponseMessage(@NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull IAS4IncomingMessageState aIncomingState, @NonNull @Nonempty String sResponseMessageID, byte @Nullable [] aResponseBytes, boolean bResponsePayloadIsAvailable, @NonNull AS4ErrorList aEbmsErrorMessages) Optional callback to process a response message@NonNull AS4SignalMessageProcessorResultIAS4IncomingMessageProcessorSPI.processAS4SignalMessage(@NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull Ebms3SignalMessage aSignalMessage, @Nullable IPMode aPMode, @NonNull IAS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList 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.@NonNull AS4MessageProcessorResultIAS4IncomingMessageProcessorSPI.processAS4UserMessage(@NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull Ebms3UserMessage aUserMessage, @NonNull IPMode aPMode, @Nullable Node aPayload, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aIncomingAttachments, @NonNull IAS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessages) Process incoming AS4 user message