Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.CorbaEnumEventProducer
All Implemented Interfaces:
CorbaTypeEventProducer

public class CorbaEnumEventProducer
extends Object
implements CorbaTypeEventProducer


Constructor Summary
CorbaEnumEventProducer(CorbaObjectHandler h)
           
 
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
 

Constructor Detail

CorbaEnumEventProducer

public CorbaEnumEventProducer(CorbaObjectHandler h)
Method Detail

getLocalName

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

getText

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

next

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

getName

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

hasNext

public boolean hasNext()
Specified by:
hasNext 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