|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.net.amf.OpenAMFCaster
public final class OpenAMFCaster
Cast a CFML object to AMF Objects and the other way
Method Summary | |
---|---|
static AMFCaster |
getInstance()
|
void |
init(Map arguments)
|
Object |
toAMFObject(Object o)
cast cfml Object to AMF Object |
Object |
toCFMLObject(Object amf)
cast a amf Object to cfml Object |
static String |
toStringType(byte type)
translate a AMFBody type to a String type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AMFCaster getInstance()
public Object toAMFObject(Object o) throws PageException
toAMFObject
in interface AMFCaster
o
-
PageException
public Object toCFMLObject(Object amf) throws PageException
AMFCaster
toCFMLObject
in interface AMFCaster
PageException
public static String toStringType(byte type)
type
-
public void init(Map arguments)
init
in interface AMFCaster
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |