|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.AbstractMuleMessageFactory
org.mule.transport.file.FileMuleMessageFactory
org.mule.transport.file.FileContentsMuleMessageFactory
public class FileContentsMuleMessageFactory
FileContentsMuleMessageFactory
converts the
ReceiverFileInputStream
's content into a byte[]
as payload
for the MuleMessage
.
Field Summary |
---|
Fields inherited from class org.mule.transport.AbstractMuleMessageFactory |
---|
muleContext |
Constructor Summary | |
---|---|
FileContentsMuleMessageFactory(MuleContext context)
|
Method Summary | |
---|---|
protected java.lang.Object |
extractPayload(java.lang.Object transportMessage,
java.lang.String encoding)
|
protected java.lang.Class<?>[] |
getSupportedTransportMessageTypes()
|
Methods inherited from class org.mule.transport.file.FileMuleMessageFactory |
---|
addProperties, convertToFile, setPropertiesFromFile |
Methods inherited from class org.mule.transport.AbstractMuleMessageFactory |
---|
addAttachments, create, create |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileContentsMuleMessageFactory(MuleContext context)
Method Detail |
---|
protected java.lang.Class<?>[] getSupportedTransportMessageTypes()
getSupportedTransportMessageTypes
in class FileMuleMessageFactory
protected java.lang.Object extractPayload(java.lang.Object transportMessage, java.lang.String encoding) throws java.lang.Exception
extractPayload
in class FileMuleMessageFactory
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |