public class LexiComOutgoing
extends java.lang.Object
implements java.io.Serializable
IActionController.put(String[],LexiComOutgoing[],String,java.util.Properties) or IMailboxController.receive(ILexiComIncoming,java.util.Properties,boolean).| Constructor and Description |
|---|
LexiComOutgoing(java.io.File file)
Constructs LexiComOutgoing for a file payload
|
LexiComOutgoing(java.io.File file,
java.lang.String contentType)
Constructs LexiComOutgoing for a file payload
|
LexiComOutgoing(java.io.InputStream stream)
Constructs LexiComOutgoing for a stream payload
|
LexiComOutgoing(java.io.InputStream stream,
java.lang.String contentType,
java.lang.String filename,
long length)
Constructs LexiComOutgoing for a stream payload
|
public LexiComOutgoing(java.io.File file)
file - the source filepublic LexiComOutgoing(java.io.File file,
java.lang.String contentType)
file - the source filecontentType - the file's MIME Content-Typepublic LexiComOutgoing(java.io.InputStream stream)
stream - the source streampublic LexiComOutgoing(java.io.InputStream stream,
java.lang.String contentType,
java.lang.String filename,
long length)
stream - the source streamcontentType - the stream's MIME Content-Type (null if unknown)filename - the stream's associated filename (null if unknown)length - the stream's length (-1 if unknown)