|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.MessageSupport
org.apache.camel.impl.DefaultMessage
org.apache.camel.component.file.FileMessage
public class FileMessage
A Exchange
for MINA
Constructor Summary | |
---|---|
FileMessage()
|
|
FileMessage(File file)
|
Method Summary | |
---|---|
FileExchange |
getExchange()
|
File |
getFile()
|
FileMessage |
newInstance()
|
void |
setFile(File file)
|
String |
toString()
|
Methods inherited from class org.apache.camel.impl.DefaultMessage |
---|
createHeaders, getHeader, getHeader, getHeaders, populateInitialHeaders, setHeader, setHeaders |
Methods inherited from class org.apache.camel.impl.MessageSupport |
---|
copy, createBody, getBody, getBody, setBody, setBody, setExchange |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileMessage()
public FileMessage(File file)
Method Detail |
---|
public String toString()
toString
in class org.apache.camel.impl.DefaultMessage
public FileExchange getExchange()
getExchange
in class org.apache.camel.impl.MessageSupport
public File getFile()
public void setFile(File file)
public FileMessage newInstance()
newInstance
in class org.apache.camel.impl.DefaultMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |