| Package | Description |
|---|---|
| com.helger.phase4.attachment | |
| com.helger.phase4.client | |
| com.helger.phase4.messaging.crypto | |
| com.helger.phase4.messaging.mime |
| Modifier and Type | Method and Description |
|---|---|
WSS4JAttachment |
IIncomingAttachmentFactory.createAttachment(javax.mail.internet.MimeBodyPart aBodyPart,
AS4ResourceHelper aResHelper)
Create an attachment if the source message is a MIME message
|
static WSS4JAttachment |
WSS4JAttachment.createIncomingFileAttachment(javax.mail.internet.MimeBodyPart aBodyPart,
AS4ResourceHelper aResHelper) |
static WSS4JAttachment |
WSS4JAttachment.createOutgoingFileAttachment(byte[] aSrcData,
String sContentID,
String sFilename,
com.helger.commons.mime.IMimeType aMimeType,
EAS4CompressionMode eCompressionMode,
AS4ResourceHelper aResHelper)
Quasi constructor.
|
static WSS4JAttachment |
WSS4JAttachment.createOutgoingFileAttachment(File aSrcFile,
com.helger.commons.mime.IMimeType aMimeType,
EAS4CompressionMode eCompressionMode,
AS4ResourceHelper aResHelper) |
static WSS4JAttachment |
WSS4JAttachment.createOutgoingFileAttachment(File aSrcFile,
String sContentID,
com.helger.commons.mime.IMimeType aMimeType,
EAS4CompressionMode eCompressionMode,
AS4ResourceHelper aResHelper) |
static WSS4JAttachment |
WSS4JAttachment.createOutgoingFileAttachment(File aSrcFile,
String sContentID,
String sFilename,
com.helger.commons.mime.IMimeType aMimeType,
EAS4CompressionMode eCompressionMode,
AS4ResourceHelper aResHelper)
Quasi constructor.
|
WSS4JAttachment |
WSS4JAttachment.setCharset(Charset aCharset) |
WSS4JAttachment |
WSS4JAttachment.setCompressionMode(EAS4CompressionMode eCompressionMode) |
WSS4JAttachment |
WSS4JAttachment.setContentTransferEncoding(com.helger.mail.cte.EContentTransferEncoding eCTE) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> |
WSS4JAttachmentCallbackHandler.getAllResponseAttachments() |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,WSS4JAttachment> |
WSS4JAttachmentCallbackHandler.responseAttachments() |
| Constructor and Description |
|---|
WSS4JAttachmentCallbackHandler(Iterable<? extends WSS4JAttachment> aAttachments,
AS4ResourceHelper aResHelper) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> |
AS4ClientUserMessage.attachments() |
| Modifier and Type | Method and Description |
|---|---|
AS4ClientUserMessage |
AS4ClientUserMessage.addAttachment(WSS4JAttachment aAttachment)
Adds a file as attachment to the message.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
AS4Signer.createSignedMessage(IAS4CryptoFactory aCryptoFactory,
Document aPreSigningMessage,
ESoapVersion eSoapVersion,
String sMessagingID,
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments,
AS4ResourceHelper aResHelper,
boolean bMustUnderstand,
AS4SigningParams aSigningParams)
This method must be used if the message does not contain attachments, that
should be in a additional mime message part.
|
static AS4MimeMessage |
AS4Encryptor.encryptMimeMessage(ESoapVersion eSoapVersion,
Document aDoc,
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments,
IAS4CryptoFactory aCryptoFactory,
boolean bMustUnderstand,
AS4ResourceHelper aResHelper,
AS4CryptParams aCryptParams) |
| Modifier and Type | Method and Description |
|---|---|
static AS4MimeMessage |
MimeMessageCreator.generateMimeMessage(ESoapVersion eSoapVersion,
Document aSoapEnvelope,
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aEncryptedAttachments) |
Copyright © 2015–2020 Philip Helger. All rights reserved.