public final class SOAPHeaderElementProcessorExtractEbms3Messaging extends Object implements ISOAPHeaderElementProcessor
| Constructor and Description |
|---|
SOAPHeaderElementProcessorExtractEbms3Messaging() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.ESuccess |
processHeaderElement(Document aSOAPDoc,
Element aElement,
com.helger.commons.collection.impl.ICommonsList<com.helger.as4.attachment.WSS4JAttachment> aAttachments,
AS4MessageState aState,
com.helger.commons.error.list.ErrorList aErrorList,
Locale aLocale)
Process the passed header element.
|
public SOAPHeaderElementProcessorExtractEbms3Messaging()
@Nonnull public com.helger.commons.state.ESuccess processHeaderElement(@Nonnull Document aSOAPDoc, @Nonnull Element aElement, @Nonnull com.helger.commons.collection.impl.ICommonsList<com.helger.as4.attachment.WSS4JAttachment> aAttachments, @Nonnull AS4MessageState aState, @Nonnull com.helger.commons.error.list.ErrorList aErrorList, @Nonnull Locale aLocale)
ISOAPHeaderElementProcessorprocessHeaderElement in interface ISOAPHeaderElementProcessoraSOAPDoc - The complete SOAP document (logically no MIME parts are contained).
Never null.aElement - The DOM node with the header element. Never null.aAttachments - Existing extracted attachments. Never null but maybe
empty.aState - The current processing state (mutable implementation version
needed). Never null.aErrorList - The error list to be filled in case there are processing errors.
Never null. The list is always empty initially.aLocale - The locale to be used. May not be null.null. If ESuccess.FAILURE than the
header is treated as "not handled".Copyright © 2015–2019 Philip Helger. All rights reserved.