public abstract class AbstractStartEndEventProducer extends Object implements CorbaTypeEventProducer
| Modifier and Type | Field and Description |
|---|---|
protected CorbaTypeEventProducer |
currentEventProducer |
protected Iterator<CorbaObjectHandler> |
iterator |
protected QName |
name |
protected ORB |
orb |
protected Iterator<CorbaTypeEventProducer> |
producers |
protected ServiceInfo |
serviceInfo |
protected int |
state |
protected int[] |
states |
| Constructor and Description |
|---|
AbstractStartEndEventProducer() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttributes() |
String |
getLocalName() |
QName |
getName() |
List<Namespace> |
getNamespaces() |
protected Iterator<CorbaObjectHandler> |
getNestedTypes() |
String |
getText() |
boolean |
hasNext() |
int |
next() |
protected int state
protected final int[] states
protected CorbaTypeEventProducer currentEventProducer
protected QName name
protected Iterator<CorbaObjectHandler> iterator
protected Iterator<CorbaTypeEventProducer> producers
protected ServiceInfo serviceInfo
protected ORB orb
public String getLocalName()
getLocalName in interface CorbaTypeEventProducerpublic QName getName()
getName in interface CorbaTypeEventProducerpublic String getText()
getText in interface CorbaTypeEventProducerpublic boolean hasNext()
hasNext in interface CorbaTypeEventProducerpublic int next()
next in interface CorbaTypeEventProducerpublic List<Attribute> getAttributes()
getAttributes in interface CorbaTypeEventProducerpublic List<Namespace> getNamespaces()
getNamespaces in interface CorbaTypeEventProducerprotected Iterator<CorbaObjectHandler> getNestedTypes()
Apache CXF