flex.messaging.io
Interface MessageDeserializer

All Known Implementing Classes:
AmfxMessageDeserializer

public interface MessageDeserializer

An interface to allow for either AMF or AMFX based deserializers to process requests.


Method Summary
 void initialize(SerializationContext context, InputStream in, AmfTrace trace)
           
 void readMessage(ActionMessage m, ActionContext context)
           
 Object readObject()
           
 

Method Detail

initialize

void initialize(SerializationContext context,
                InputStream in,
                AmfTrace trace)

readMessage

void readMessage(ActionMessage m,
                 ActionContext context)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

readObject

Object readObject()
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/MessageDeserializer.html