|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.adapter.file.AbstractFileMessageCreator<T>
public abstract class AbstractFileMessageCreator<T>
Base class providing common behavior for file-based message creators.
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
logger
|
| Constructor Summary | |
|---|---|
AbstractFileMessageCreator()
|
|
| Method Summary | |
|---|---|
Message<T> |
createMessage(java.io.File file)
|
protected abstract T |
readMessagePayload(java.io.File file)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.commons.logging.Log logger
| Constructor Detail |
|---|
public AbstractFileMessageCreator()
| Method Detail |
|---|
public Message<T> createMessage(java.io.File file)
createMessage in interface MessageCreator<java.io.File,T>
protected abstract T readMessagePayload(java.io.File file)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||