|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies all the methods an DecoderInterface object must support. This allows the details of the decoding to be abstracted away.
Method Summary | |
DataObject |
decodeData(java.io.Reader message)
Method to decode the incoming data |
java.lang.String |
getClassName()
Method to get the class being used for decoding |
java.lang.String |
getLanguage()
Method to get the language being used for decoding |
Method Detail |
public DataObject decodeData(java.io.Reader message) throws DecodeException
message
- Message to be decoded
DecodeException
- thrown when the given
data can not be decoded successfullypublic java.lang.String getClassName()
public java.lang.String getLanguage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |