org.apache.cxf.binding.corba.types
Class AbstractNoStartEndEventProducer
java.lang.Object
org.apache.cxf.binding.corba.types.AbstractNoStartEndEventProducer
- All Implemented Interfaces:
- CorbaTypeEventProducer
- Direct Known Subclasses:
- CorbaAnonStructEventProducer, CorbaPrimitiveSequenceEventProducer
public abstract class AbstractNoStartEndEventProducer
- extends java.lang.Object
- implements CorbaTypeEventProducer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentEventProducer
protected CorbaTypeEventProducer currentEventProducer
iterator
protected java.util.Iterator<CorbaObjectHandler> iterator
serviceInfo
protected ServiceInfo serviceInfo
orb
protected org.omg.CORBA.ORB orb
AbstractNoStartEndEventProducer
public AbstractNoStartEndEventProducer()
getLocalName
public java.lang.String getLocalName()
- Specified by:
getLocalName
in interface CorbaTypeEventProducer
getName
public javax.xml.namespace.QName getName()
- Specified by:
getName
in interface CorbaTypeEventProducer
getText
public java.lang.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 java.util.List<javax.xml.stream.events.Attribute> getAttributes()
- Specified by:
getAttributes
in interface CorbaTypeEventProducer
getNamespaces
public java.util.List<javax.xml.stream.events.Namespace> getNamespaces()
- Specified by:
getNamespaces
in interface CorbaTypeEventProducer
Apache CXF