|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - the type of data that the global transformer gets as inputO - the type of data that the global transformer generatespublic interface GlobalTransformerSupport<I,O>
Interface for webservice clients/servers that use a global transformer for further processing the data.
| Method Summary | |
|---|---|
O |
applyTransformer(I data)
Applies the transformer to the data. |
GlobalActorReference |
getTransformer()
Returns the global transformer in use. |
void |
setTransformer(GlobalActorReference value)
Sets the global transformer to use. |
String |
transformerTipText()
Returns the tip text for this property. |
| Method Detail |
|---|
void setTransformer(GlobalActorReference value)
value - the referenceGlobalActorReference getTransformer()
String transformerTipText()
O applyTransformer(I data)
throws Exception
data - the data to process
Exception - if it fails for some reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||