|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.integration.file.ResourcePayloadAsJobParameterStrategy
public class ResourcePayloadAsJobParameterStrategy
| Field Summary | |
|---|---|
static java.lang.String |
FILE_INPUT_PATH
The key name for the job parameter that will be a URL for the input file |
| Constructor Summary | |
|---|---|
ResourcePayloadAsJobParameterStrategy()
|
|
| Method Summary | |
|---|---|
org.springframework.batch.core.JobParameters |
getJobParameters(org.springframework.integration.core.Message<?> message)
Convert a message payload which is a Resource to its URL
representation and load that into a job parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FILE_INPUT_PATH
| Constructor Detail |
|---|
public ResourcePayloadAsJobParameterStrategy()
| Method Detail |
|---|
public org.springframework.batch.core.JobParameters getJobParameters(org.springframework.integration.core.Message<?> message)
Resource to its URL
representation and load that into a job parameter.
getJobParameters in interface MessageToJobParametersStrategyMessageToJobParametersStrategy.getJobParameters(Message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||