Uses of Class
com.helger.phase4.ebms3header.Ebms3UserMessage
Packages that use Ebms3UserMessage
Package
Description
This class was annotated by ph-jaxb-plugin -Xph-package-null-marked
-
Uses of Ebms3UserMessage in com.helger.phase4.client
Methods in com.helger.phase4.client that return Ebms3UserMessageModifier and TypeMethodDescriptionfinal @Nullable Ebms3UserMessageAS4ClientReceiptMessage.getEbms3UserMessage()Methods in com.helger.phase4.client with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionfinal @NonNull AS4ClientReceiptMessageAS4ClientReceiptMessage.setEbms3UserMessage(@Nullable Ebms3UserMessage aEbms3UserMessage) Needs to be set to refer to the message which this receipt is the response and if non-repudiation is not used, to fill the receipt content -
Uses of Ebms3UserMessage in com.helger.phase4.ebms3header
Methods in com.helger.phase4.ebms3header that return Ebms3UserMessageModifier and TypeMethodDescriptionEbms3UserMessage.clone()Created by ph-jaxb-plugin -Xph-cloneable2@NonNull Ebms3UserMessageObjectFactory.createEbms3UserMessage()Create an instance ofEbms3UserMessage@Nullable Ebms3UserMessageEbms3Messaging.getUserMessageAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extensionMethods in com.helger.phase4.ebms3header that return types with arguments of type Ebms3UserMessageModifier and TypeMethodDescription@NonNull List<Ebms3UserMessage> Ebms3Messaging.getUserMessage()Gets the value of the userMessage property.Methods in com.helger.phase4.ebms3header with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionvoidEbms3Messaging.addUserMessage(@NonNull Ebms3UserMessage elem) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3UserMessage.cloneTo(Ebms3UserMessage ret) This method clones all values fromthisto the passed object.Method parameters in com.helger.phase4.ebms3header with type arguments of type Ebms3UserMessageModifier and TypeMethodDescriptionvoidEbms3Messaging.setUserMessage(@Nullable List<Ebms3UserMessage> aList) Created by ph-jaxb-plugin -Xph-list-extension -
Uses of Ebms3UserMessage in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming that return Ebms3UserMessageModifier and TypeMethodDescriptiondefault @Nullable Ebms3UserMessageIAS4IncomingMessageState.getEbmsUserMessage()static @Nullable Ebms3UserMessageAS4IncomingHandler.parseUserMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, @NonNull IAS4PModeResolver aPModeResolver, @NonNull IAS4IncomingAttachmentFactory aIAF, @NonNull IAS4IncomingProfileSelector aAS4ProfileSelector, @NonNull AS4ResourceHelper aResHelper, @Nullable IPMode aSendingPMode, @NonNull Locale aLocale, @NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull org.apache.hc.core5.http.HttpResponse aHttpResponse, byte @NonNull [] aMessagePayload, @Nullable IAS4IncomingDumper aIncomingDumper, @NonNull IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, @NonNull IAS4IncomingReceiverConfiguration aIncomingReceiverConfiguration, @Nullable IAS4UserMessageConsumer aUserMsgConsumer) Methods in com.helger.phase4.incoming with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionvoidIAS4UserMessageConsumer.handleUserMessage(@NonNull Ebms3UserMessage aEbmsUserMsg, @NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull IAS4IncomingMessageState aIncomingState) Handling an EBMS 3 User Message. -
Uses of Ebms3UserMessage in com.helger.phase4.incoming.spi
Methods in com.helger.phase4.incoming.spi that return Ebms3UserMessageModifier and TypeMethodDescription@Nullable Ebms3UserMessageAS4SignalMessageProcessorResult.getPullReturnUserMessage()Methods in com.helger.phase4.incoming.spi with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionstatic @NonNull AS4SignalMessageProcessorResultAS4SignalMessageProcessorResult.createSuccess(@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL, @Nullable Ebms3UserMessage aPullReturnUserMessage) @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 messageConstructors in com.helger.phase4.incoming.spi with parameters of type Ebms3UserMessageModifierConstructorDescriptionprotectedAS4SignalMessageProcessorResult(@NonNull com.helger.base.state.ESuccess eSuccess, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL, @Nullable Ebms3UserMessage aPullReturnUserMessage) -
Uses of Ebms3UserMessage in com.helger.phase4.model.message
Methods in com.helger.phase4.model.message that return Ebms3UserMessageModifier and TypeMethodDescriptionfinal @NonNull Ebms3UserMessageAS4UserMessage.getEbms3UserMessage()Methods in com.helger.phase4.model.message with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionstatic @NonNull AS4ReceiptMessageAS4ReceiptMessage.create(@NonNull ESoapVersion eSoapVersion, @NonNull @Nonempty String sMessageID, @Nullable Ebms3UserMessage aEbms3UserMessageToRespond, @Nullable Node aSoapDocument, boolean bShouldUseNonRepudiation, @Nullable String sRefToMessageID) This method creates a receipt message.static @NonNull AS4UserMessageAS4UserMessage.create(@NonNull ESoapVersion eSoapVersion, @NonNull Ebms3UserMessage aUserMessage) Constructors in com.helger.phase4.model.message with parameters of type Ebms3UserMessageModifierConstructorDescriptionAS4UserMessage(@NonNull ESoapVersion eSoapVersion, @NonNull Ebms3UserMessage aUserMessage) -
Uses of Ebms3UserMessage in com.helger.phase4.profile
Methods in com.helger.phase4.profile with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptiondefault voidIAS4ProfileValidator.validateInitiatorIdentity(@NonNull Ebms3UserMessage aUserMsg, @Nullable X509Certificate aSignCert, @NonNull IAS4IncomingMessageMetadata aMessageMetadata, @NonNull com.helger.diagnostics.error.list.ErrorList aErrorList) Validation the initiator identitydefault voidIAS4ProfileValidator.validateUserMessage(@NonNull Ebms3UserMessage aUserMsg, @NonNull com.helger.diagnostics.error.list.ErrorList aErrorList) Validation a UserMessage