Uses of Class
com.helger.phase4.ebms3header.Ebms3UserMessage
Packages that use Ebms3UserMessage
Package
Description
-
Uses of Ebms3UserMessage in com.helger.phase4.client
Methods in com.helger.phase4.client that return Ebms3UserMessageModifier and TypeMethodDescriptionfinal Ebms3UserMessageAS4ClientReceiptMessage.getEbms3UserMessage()Methods in com.helger.phase4.client with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionvoidIAS4UserMessageConsumer.handleUserMessage(Ebms3UserMessage aUserMsg, IAS4IncomingMessageMetadata aMessageMetadata, IAS4MessageState aState) Handling an EBMS 3 User Messagefinal AS4ClientReceiptMessageAS4ClientReceiptMessage.setEbms3UserMessage(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-cloneable2ObjectFactory.createEbms3UserMessage()Create an instance ofEbms3UserMessageEbms3Messaging.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 TypeMethodDescriptionEbms3Messaging.getUserMessage()Gets the value of the userMessage property.Methods in com.helger.phase4.ebms3header with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionvoidEbms3Messaging.addUserMessage(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(List<Ebms3UserMessage> aList) Created by ph-jaxb-plugin -Xph-list-extension -
Uses of Ebms3UserMessage in com.helger.phase4.messaging.domain
Methods in com.helger.phase4.messaging.domain that return Ebms3UserMessageMethods in com.helger.phase4.messaging.domain with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionstatic AS4ReceiptMessageAS4ReceiptMessage.create(ESoapVersion eSoapVersion, String sMessageID, Ebms3UserMessage aEbms3UserMessageToRespond, Node aSoapDocument, boolean bShouldUseNonRepudiation) This method creates a receipt message.static AS4UserMessageAS4UserMessage.create(ESoapVersion eSoapVersion, Ebms3UserMessage aUserMessage) Constructors in com.helger.phase4.messaging.domain with parameters of type Ebms3UserMessageModifierConstructorDescriptionAS4UserMessage(ESoapVersion eSoapVersion, 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(Ebms3UserMessage aUserMsg, X509Certificate aSigCert, IAS4IncomingMessageMetadata aMessageMetadata, com.helger.commons.error.list.ErrorList aErrorList) Validation the initiator identitydefault voidIAS4ProfileValidator.validateUserMessage(Ebms3UserMessage aUserMsg, com.helger.commons.error.list.ErrorList aErrorList) Validation a UserMessage -
Uses of Ebms3UserMessage in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return Ebms3UserMessageModifier and TypeMethodDescriptiondefault Ebms3UserMessageIAS4MessageState.getEbmsUserMessage()static Ebms3UserMessageAS4IncomingHandler.parseUserMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aAS4ProfileSelector, AS4ResourceHelper aResHelper, IPMode aSendingPMode, Locale aLocale, IAS4IncomingMessageMetadata aMessageMetadata, org.apache.hc.core5.http.HttpResponse aHttpResponse, byte[] aResponsePayload, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4UserMessageConsumer aUserMsgConsumer) -
Uses of Ebms3UserMessage in com.helger.phase4.servlet.spi
Methods in com.helger.phase4.servlet.spi that return Ebms3UserMessageMethods in com.helger.phase4.servlet.spi with parameters of type Ebms3UserMessageModifier and TypeMethodDescriptionAS4SignalMessageProcessorResult.createSuccess(com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments, String sAsyncResponseURL, Ebms3UserMessage aPullReturnUserMessage) IAS4ServletMessageProcessorSPI.processAS4UserMessage(IAS4IncomingMessageMetadata aMessageMetadata, com.helger.commons.http.HttpHeaderMap aHttpHeaders, Ebms3UserMessage aUserMessage, IPMode aPMode, Node aPayload, com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aIncomingAttachments, IAS4MessageState aState, com.helger.commons.collection.impl.ICommonsList<Ebms3Error> aProcessingErrorMessages) Process incoming AS4 user messageConstructors in com.helger.phase4.servlet.spi with parameters of type Ebms3UserMessageModifierConstructorDescriptionprotectedAS4SignalMessageProcessorResult(com.helger.commons.state.ESuccess eSuccess, String sErrorMsg, com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments, String sAsyncResponseURL, Ebms3UserMessage aPullReturnUserMessage)