org.apache.axis2.databinding.deserializers
Class CollectionDeserializer

java.lang.Object
  extended byorg.apache.axis2.databinding.deserializers.CollectionDeserializer
All Implemented Interfaces:
Deserializer

public class CollectionDeserializer
extends Object
implements Deserializer

CollectionDeserializer


Constructor Summary
CollectionDeserializer()
           
 
Method Summary
 void deserialize(XMLStreamReader reader, DeserializationContext context)
           
 void setTarget(DeserializationTarget target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionDeserializer

public CollectionDeserializer()
Method Detail

deserialize

public void deserialize(XMLStreamReader reader,
                        DeserializationContext context)
                 throws Exception
Specified by:
deserialize in interface Deserializer
Throws:
Exception

setTarget

public void setTarget(DeserializationTarget target)
Specified by:
setTarget in interface Deserializer