|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
I
- the input typeO
- the output typepublic interface Translator<I,O>
A mechanism for converting one value to another through various means.
Method Summary | |
---|---|
O |
translate(I input)
Translate an input value. |
Method Detail |
---|
O translate(I input) throws TranslationException
input
- the input value
TranslationException
- if the value could not be translated for some reason
|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |