flex.messaging.io.amfx
Class AmfxInput

java.lang.Object
  extended by flex.messaging.io.amfx.AmfxInput

public class AmfxInput
extends Object

Context for AMFX specific SAX handler. Contains start and end tag handlers for each of the XML elements that occur in an AMFX request. The AmfxMessageDeserializer enforces a naming convention for these handlers of xyz_start for the start handler and xyz_end for the end handler of element xyz. Note that this context MUST be reset if reused between AMFX packet parsings.

See Also:
AmfxMessageDeserializer, AmfxOutput

Constructor Summary
AmfxInput(SerializationContext context)
           
 
Method Summary
 void end_amfx()
           
 void end_array()
           
 void end_body()
           
 void end_bytearray()
           
 void end_date()
           
 void end_double()
           
 void end_false()
           
 void end_header()
           
 void end_int()
           
 void end_item()
           
 void end_null()
           
 void end_object()
           
 void end_ref()
           
 void end_string()
           
 void end_traits()
           
 void end_true()
           
 void end_undefined()
           
 void end_xml()
           
 Object readObject()
           
 void reset()
           
 void setActionMessage(ActionMessage msg)
           
 void setDebugTrace(AmfTrace trace)
           
 void start_amfx(Attributes attributes)
           
 void start_array(Attributes attributes)
           
 void start_body(Attributes attributes)
           
 void start_bytearray(Attributes attributes)
           
 void start_date(Attributes attributes)
           
 void start_double(Attributes attributes)
           
 void start_false(Attributes attributes)
           
 void start_header(Attributes attributes)
           
 void start_int(Attributes attributes)
           
 void start_item(Attributes attributes)
           
 void start_null(Attributes attributes)
           
 void start_object(Attributes attributes)
           
 void start_ref(Attributes attributes)
           
 void start_string(Attributes attributes)
           
 void start_traits(Attributes attributes)
           
 void start_true(Attributes attributes)
           
 void start_undefined(Attributes attributes)
           
 void start_xml(Attributes attributes)
           
 void text(String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmfxInput

public AmfxInput(SerializationContext context)
Method Detail

reset

public void reset()

setDebugTrace

public void setDebugTrace(AmfTrace trace)

setActionMessage

public void setActionMessage(ActionMessage msg)

readObject

public Object readObject()
                  throws IOException
Throws:
IOException

text

public void text(String s)

start_amfx

public void start_amfx(Attributes attributes)

end_amfx

public void end_amfx()

start_header

public void start_header(Attributes attributes)

end_header

public void end_header()

start_body

public void start_body(Attributes attributes)

end_body

public void end_body()

start_array

public void start_array(Attributes attributes)

end_array

public void end_array()

start_bytearray

public void start_bytearray(Attributes attributes)

end_bytearray

public void end_bytearray()

start_date

public void start_date(Attributes attributes)

end_date

public void end_date()

start_double

public void start_double(Attributes attributes)

end_double

public void end_double()

start_false

public void start_false(Attributes attributes)

end_false

public void end_false()

start_item

public void start_item(Attributes attributes)

end_item

public void end_item()

start_int

public void start_int(Attributes attributes)

end_int

public void end_int()

start_null

public void start_null(Attributes attributes)

end_null

public void end_null()

start_object

public void start_object(Attributes attributes)

end_object

public void end_object()

start_ref

public void start_ref(Attributes attributes)

end_ref

public void end_ref()

start_string

public void start_string(Attributes attributes)

end_string

public void end_string()

start_traits

public void start_traits(Attributes attributes)

end_traits

public void end_traits()

start_true

public void start_true(Attributes attributes)

end_true

public void end_true()

start_undefined

public void start_undefined(Attributes attributes)

end_undefined

public void end_undefined()

start_xml

public void start_xml(Attributes attributes)

end_xml

public void end_xml()


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/amfx/AmfxInput.html