Apache CXF API

org.apache.cxf.binding.corba.types
Class AbstractNoStartEndEventProducer

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.AbstractNoStartEndEventProducer
All Implemented Interfaces:
CorbaTypeEventProducer
Direct Known Subclasses:
CorbaAnonStructEventProducer, CorbaPrimitiveSequenceEventProducer

public abstract class AbstractNoStartEndEventProducer
extends Object
implements CorbaTypeEventProducer


Field Summary
protected  CorbaTypeEventProducer currentEventProducer
           
protected  Iterator<CorbaObjectHandler> iterator
           
protected  ORB orb
           
protected  ServiceInfo serviceInfo
           
 
Constructor Summary
AbstractNoStartEndEventProducer()
           
 
Method Summary
 List<javax.xml.stream.events.Attribute> getAttributes()
           
 String getLocalName()
           
 QName getName()
           
 List<javax.xml.stream.events.Namespace> getNamespaces()
           
 String getText()
           
 boolean hasNext()
           
 int next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentEventProducer

protected CorbaTypeEventProducer currentEventProducer

iterator

protected Iterator<CorbaObjectHandler> iterator

serviceInfo

protected ServiceInfo serviceInfo

orb

protected ORB orb
Constructor Detail

AbstractNoStartEndEventProducer

public AbstractNoStartEndEventProducer()
Method Detail

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface CorbaTypeEventProducer

getName

public QName getName()
Specified by:
getName in interface CorbaTypeEventProducer

getText

public String getText()
Specified by:
getText in interface CorbaTypeEventProducer

hasNext

public boolean hasNext()
Specified by:
hasNext in interface CorbaTypeEventProducer

next

public int next()
Specified by:
next in interface CorbaTypeEventProducer

getAttributes

public List<javax.xml.stream.events.Attribute> getAttributes()
Specified by:
getAttributes in interface CorbaTypeEventProducer

getNamespaces

public List<javax.xml.stream.events.Namespace> getNamespaces()
Specified by:
getNamespaces in interface CorbaTypeEventProducer

Apache CXF API

Apache CXF