|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.transformer.AbstractTransformer
org.mule.transformer.simple.SerializableToByteArray
org.mule.transformer.simple.ObjectToByteArray
org.mule.transport.file.transformers.FileToByteArray
public class FileToByteArray
FileToByteArray reads the contents of a file as a byte array.
| Field Summary |
|---|
| Fields inherited from class org.mule.transformer.AbstractTransformer |
|---|
encoding, endpoint, logger, mimeType, MULE_MESSAGE_DATA_TYPE, muleContext, name, returnType, sourceTypes |
| Fields inherited from interface org.mule.api.transformer.DiscoverableTransformer |
|---|
DEFAULT_PRIORITY_WEIGHTING, MAX_PRIORITY_WEIGHTING, MIN_PRIORITY_WEIGHTING |
| Fields inherited from interface org.mule.api.lifecycle.Initialisable |
|---|
PHASE_NAME |
| Fields inherited from interface org.mule.api.lifecycle.Disposable |
|---|
PHASE_NAME |
| Constructor Summary | |
|---|---|
FileToByteArray()
|
|
| Method Summary | |
|---|---|
Object |
doTransform(Object src,
String encoding)
|
| Methods inherited from class org.mule.transformer.simple.SerializableToByteArray |
|---|
getPriorityWeighting, isAcceptMuleMessage, setAcceptMuleMessage, setPriorityWeighting |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileToByteArray()
| Method Detail |
|---|
public Object doTransform(Object src,
String encoding)
throws TransformerException
doTransform in class ObjectToByteArrayTransformerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||