|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Spi public interface StringProcessor
A processor that transforms a String to a String.
| Method Summary | |
|---|---|
MetaData |
describeApplication()
Describe this string transformation application. |
MetaData |
getInput()
Describe the single input. |
MetaData |
getOutputs()
Describe the single output. |
String |
process(String data)
Process input data. |
void |
validate(String data)
Check that the input is valid. |
| Method Detail |
|---|
String process(String data)
throws JobExecutionException
data - the input String
String
JobExecutionException
void validate(String data)
throws InvalidJobSpecificationException
data - the input String
InvalidJobSpecificationExceptionMetaData describeApplication()
MetaData describing the application, including its nameMetaData getInput()
MetaData describing the input, including its nameMetaData getOutputs()
MetaData describing the output, including its name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||