| org.openlaszlo.remote.swf.soap.encoding.SWFArrayDeserializer
SWFArrayDeserializer | public class SWFArrayDeserializer extends ArrayDeserializer (Code) | | |
Method Summary | |
public SOAPHandler | onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) onStartChild is called on each child element.
Parameters: namespace - is the namespace of the child element Parameters: localName - is the local name of the child element Parameters: prefix - is the prefix used on the name of the child element Parameters: attributes - are the attributes of the child element Parameters: context - is the deserialization context. | public void | valueComplete() When valueComplete() is invoked on the array,
first convert the array value into the expected array. |
BUFSIZE | static int BUFSIZE(Code) | | |
mLogger | public static Logger mLogger(Code) | | |
onStartChild | public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException(Code) | | onStartChild is called on each child element.
Parameters: namespace - is the namespace of the child element Parameters: localName - is the local name of the child element Parameters: prefix - is the prefix used on the name of the child element Parameters: attributes - are the attributes of the child element Parameters: context - is the deserialization context. is a Deserializer to use to deserialize a child (must bea derived class of SOAPHandler) or null if no deserialization shouldbe performed. |
valueComplete | public void valueComplete() throws SAXException(Code) | | When valueComplete() is invoked on the array,
first convert the array value into the expected array.
Then call super.valueComplete() to inform referents
that the array value is ready.
|
|
|