Package | Description |
---|---|
org.adroitlogic.as2.api | |
org.adroitlogic.ultraesb.api |
Modifier and Type | Method and Description |
---|---|
MessageFile |
AttachmentDetails.getMessageFile()
Return the MessageFile containing the payload, or null if none have been used
|
Constructor and Description |
---|
AttachmentDetails(MessageFile messageFile,
String contentType)
Create a new AttachmentDetails object for the given filename, content type and transfer encoding
|
Modifier and Type | Method and Description |
---|---|
MessageFile |
Mediation.acquireTempMessageFile(Message message)
Acquires a
MessageFile from the default file cache, to be used for message processing needs. |
MessageFile |
FileCache.getFile()
Obtain a temporary file
|
MessageFile |
Mediation.resetPayloadToNewMessageFile(Message message)
Acquires a
MessageFile from the default file cache and set it as the current payload of the given message. |
Modifier and Type | Method and Description |
---|---|
void |
Message.addMessageFileForRelease(MessageFile mf)
Associate a MessageFile (a temporary file) for release back to the FileCache, once this message completes.
|
void |
Message.removeMessageFileFromRelease(MessageFile mf)
Remove a MessageFile (a temporary file) from the messageFilesToRelease list
|
void |
FileCache.returnFile(MessageFile file)
Return a temporary file back to pooled cache
|
Constructor and Description |
---|
MessageFileInputStream(MessageFile messageFile) |
Copyright © 2010–2016 AdroitLogic. All rights reserved.