|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.util.CoderUtility
Used for encoding/decoding objects
Method Summary | |
abstract Object |
decode(Object o)
Decodes an object |
abstract void |
decodeUserIdAndPassword(Object encoded,
ILogin login)
Decodes an encoded object containing a user id and password. |
abstract Object |
encode(Object o)
Encodes an object |
abstract Object |
encodeUserIdAndPassword(String userId,
String password)
Encodes an user id and password. |
static CoderUtility |
getInstance()
Returns a default instance of EncodeUtility |
static CoderUtility |
getInstance(Object encoding)
Returns an instance of EncodeUtility for the specified encoding scheme |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public abstract Object decode(Object o) throws CMException
CMException
public abstract void decodeUserIdAndPassword(Object encoded, ILogin login) throws CMException
CMException
public abstract Object encode(Object o) throws CMException
CMException
public abstract Object encodeUserIdAndPassword(String userId, String password) throws CMException
CMException
public static CoderUtility getInstance()
public static CoderUtility getInstance(Object encoding)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |