railo.runtime.net.amf
Interface AMFCaster

All Known Implementing Classes:
ClassicAMFCaster, ModernAMFCaster, OpenAMFCaster

public interface AMFCaster

Cast a CFML object to AMF Objects and the other way


Method Summary
 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
 

Method Detail

init

void init(Map arguments)

toAMFObject

Object toAMFObject(Object o)
                   throws PageException
cast cfml Object to AMF Object

Parameters:
o -
Throws:
PageException

toCFMLObject

Object toCFMLObject(Object amf)
                    throws PageException
cast a amf Object to cfml Object

Parameters:
amf -
Throws:
PageException


Copyright © 2012 Railo