|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.AbstractFileAction
org.jboss.soa.esb.actions.converters.FileToByteArray
public class FileToByteArray
File data to byte array reader ActionProcessor.
| Constructor Summary | |
|---|---|
FileToByteArray()
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
getErrorNotification(Message message)
Get the "Error" notification message for this processor. |
java.io.Serializable |
getOkNotification(Message message)
Get the "OK" notification message for this processor. |
protected java.lang.Object |
process(java.io.File file)
Process the file message object. |
| Methods inherited from class org.jboss.soa.esb.actions.AbstractFileAction |
|---|
process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileToByteArray()
| Method Detail |
|---|
protected java.lang.Object process(java.io.File file)
throws ActionProcessingException
AbstractFileAction
process in class AbstractFileActionfile - The file to be processed.
ActionProcessingException - Exception while processing file.public java.io.Serializable getOkNotification(Message message)
ActionProcessor
message - The message Object.
public java.io.Serializable getErrorNotification(Message message)
ActionProcessor
message - The message Object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||