weblogic.xml.schema.binding
Class SoapArrayCodecBase.EntryIterator
java.lang.Object
   weblogic.xml.schema.binding.SoapArrayCodecBase.EntryIterator
weblogic.xml.schema.binding.SoapArrayCodecBase.EntryIterator
- Enclosing class:
- SoapArrayCodecBase
- protected static class SoapArrayCodecBase.EntryIterator 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SoapArrayCodecBase.EntryIterator
public SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc,
                                        Deserializer component_deserializer,
                                        XMLInputStream rdr,
                                        DeserializationContext ctx)
                                 throws XMLStreamException,
                                        DeserializationException
- Throws:
- XMLStreamException
- DeserializationException
hasNext
public boolean hasNext()
- 
 
next
public Object next()
            throws XMLStreamException,
                   DeserializationException
- 
- Throws:
- XMLStreamException
- DeserializationException