|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequestEncoder
This represents a rquest encoder that serializes and deserializes a request to a Remote Authority so that it can be sent through the connector.
Method Summary | |
---|---|
java.lang.Object |
decode(java.lang.String s)
Dncodes a String into an object. |
java.lang.String |
encode(java.lang.Object r)
Encodes a request object. |
Method Detail |
---|
java.lang.String encode(java.lang.Object r) throws java.io.IOException
r
- Object to serve as the source of the message.
java.io.IOException
- Failure of the encoding operation due to IO error.java.lang.Object decode(java.lang.String s) throws java.io.IOException
java.io.IOException
- Failure of the decoding operation due to IO error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |