Uses of Class
com.helger.phase4.client.AS4ClientPullRequestMessage
Packages that use AS4ClientPullRequestMessage
-
Uses of AS4ClientPullRequestMessage in com.helger.phase4.client
Methods in com.helger.phase4.client that return AS4ClientPullRequestMessageModifier and TypeMethodDescription -
Uses of AS4ClientPullRequestMessage in com.helger.phase4.sender
Methods in com.helger.phase4.sender with parameters of type AS4ClientPullRequestMessageModifier and TypeMethodDescriptionprotected final voidAbstractAS4PullRequestBuilder.applyToPullRequest(AS4ClientPullRequestMessage aPullRequestMsg) This method applies all builder parameters onto the Pull Request, except the attachments.static voidAS4BidirectionalClientHelper.sendAS4PullRequestAndReceiveAS4UserMessage(IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, IPModeResolver aPModeResolver, IAS4IncomingAttachmentFactory aIAF, IAS4IncomingProfileSelector aIncomingProfileSelector, AS4ClientPullRequestMessage aClientPullRequest, Locale aLocale, String sURL, IAS4ClientBuildMessageCallback aBuildMessageCallback, IAS4OutgoingDumper aOutgoingDumper, IAS4IncomingDumper aIncomingDumper, IAS4IncomingSecurityConfiguration aIncomingSecurityConfiguration, IAS4RetryCallback aRetryCallback, IAS4RawResponseConsumer aResponseConsumer, IAS4UserMessageConsumer aUserMsgConsumer)