BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.xml.schema.binding
Class SoapArrayCodecBase.EntryIterator

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

protected static class SoapArrayCodecBase.EntryIterator
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SoapArrayCodecBase.EntryIterator(weblogic.xml.schema.binding.internal.SoapArrayDescriptor array_desc, Deserializer component_deserializer, XMLInputStream rdr, weblogic.xml.schema.binding.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,
                                        XMLInputStream rdr,
                                        weblogic.xml.schema.binding.DeserializationContext ctx)
                                 throws XMLStreamException,
                                        DeserializationException
Method Detail

hasNext

public boolean hasNext()

next

public Object next()
            throws XMLStreamException,
                   DeserializationException
Throws:
XMLStreamException
DeserializationException

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