BEA Systems, Inc.

weblogic.xml.schema.binding
Class SoapArrayCodecBase.EntryIterator

java.lang.Object
  extended by weblogic.xml.schema.binding.SoapArrayCodecBase.EntryIterator
Enclosing class:
SoapArrayCodecBase

protected static class SoapArrayCodecBase.EntryIterator
extends Object


Constructor Summary
SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc, Deserializer component_deserializer, weblogic.xml.stream.XMLInputStream rdr, DeserializationContext ctx)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapArrayCodecBase.EntryIterator

public SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc,
                                        Deserializer component_deserializer,
                                        weblogic.xml.stream.XMLInputStream rdr,
                                        DeserializationContext ctx)
                                 throws weblogic.xml.stream.XMLStreamException,
                                        DeserializationException
Throws:
weblogic.xml.stream.XMLStreamException
DeserializationException
Method Detail

hasNext

public boolean hasNext()

next

public Object next()
            throws weblogic.xml.stream.XMLStreamException,
                   DeserializationException
Throws:
weblogic.xml.stream.XMLStreamException
DeserializationException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.