|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Encoder<U,T>
Encode a message returned by a method annotated with Message or a ManagedService
annotated class. The encoded object will be written back to the client. For example
public final static class StringBufferEncoder implements Encoder>StringBuffer, String< {
- Author:
- Jeanfrancois Arcand
Method Summary Tencode(U s)
Encode the object of type U into an object of type T.
Method Detail encode
T encode(U s)
- Encode the object of type U into an object of type T.
- Parameters:
s- an object that has already been encoded or returned from an @Message annotated class.- Returns:
- an encoded object.
Overview Package Class Use Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Copyright © 2014. All Rights Reserved.