Uses of Class
com.helger.phase4.messaging.mime.AS4MimeMessage
Packages that use AS4MimeMessage
Package
Description
-
Uses of AS4MimeMessage in com.helger.phase4.client
Methods in com.helger.phase4.client with parameters of type AS4MimeMessageModifier and TypeMethodDescriptiondefault voidIAS4ClientBuildMessageCallback.onEncryptedMimeMessage(AS4MimeMessage aMimeMsg) This method is only called if encryption is enabled and at least one attachments is present. -
Uses of AS4MimeMessage in com.helger.phase4.http
Methods in com.helger.phase4.http with parameters of type AS4MimeMessageModifier and TypeMethodDescriptionstatic HttpMimeMessageEntityHttpMimeMessageEntity.create(AS4MimeMessage aMsg) Constructors in com.helger.phase4.http with parameters of type AS4MimeMessageModifierConstructorDescriptionprotectedHttpMimeMessageEntity(String sContentType, AS4MimeMessage aMsg) -
Uses of AS4MimeMessage in com.helger.phase4.messaging.crypto
Methods in com.helger.phase4.messaging.crypto that return AS4MimeMessageModifier and TypeMethodDescriptionstatic AS4MimeMessageAS4Encryptor.encryptMimeMessage(ESoapVersion eSoapVersion, Document aDoc, com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments, IAS4CryptoFactory aCryptoFactoryCrypt, boolean bMustUnderstand, AS4ResourceHelper aResHelper, AS4CryptParams aCryptParams) Deprecated, for removal: This API element is subject to removal in a future version.static AS4MimeMessageAS4Encryptor.encryptToMimeMessage(ESoapVersion eSoapVersion, Document aDoc, com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments, IAS4CryptoFactory aCryptoFactoryCrypt, boolean bMustUnderstand, AS4ResourceHelper aResHelper, AS4CryptParams aCryptParams) -
Uses of AS4MimeMessage in com.helger.phase4.messaging.mime
Methods in com.helger.phase4.messaging.mime that return AS4MimeMessageModifier and TypeMethodDescriptionstatic AS4MimeMessageMimeMessageCreator.generateMimeMessage(ESoapVersion eSoapVersion, Document aSoapEnvelope, com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aEncryptedAttachments)