|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
U - T - public interface Decoder<U,T>
Decode a message in order to invoke a class annotated with ManagedService with a method
annotated with Message. For example:
public final class StringBufferDecoder implements Decoder {
- Author:
- Jeanfrancois Arcand
Method Summary
T
decode(U s)
Decode the specified object of type U into object of type T
Method Detail
decode
T decode(U s)
- Decode the specified object of type U into object of type T
- Parameters:
s - a object of type U
- Returns:
- a new object of type T
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.