Apache CXF API

org.apache.cxf.binding.corba.types
Interface CorbaTypeEventProducer

All Known Implementing Classes:
AbstractNoStartEndEventProducer, AbstractStartEndEventProducer, CorbaAnonStructEventProducer, CorbaAnyEventProducer, CorbaArrayEventProducer, CorbaEnumEventProducer, CorbaExceptionEventProducer, CorbaFixedEventProducer, CorbaObjectReferenceEventProducer, CorbaOctetSequenceEventProducer, CorbaPrimitiveArrayEventProducer, CorbaPrimitiveSequenceEventProducer, CorbaPrimitiveTypeEventProducer, CorbaSequenceEventProducer, CorbaStructEventProducer, CorbaUnionEventProducer, ParameterEventProducer, SkipStartEndEventProducer, WrappedParameterSequenceEventProducer

public interface CorbaTypeEventProducer


Method Summary
 List<Attribute> getAttributes()
           
 String getLocalName()
           
 QName getName()
           
 List<Namespace> getNamespaces()
           
 String getText()
           
 boolean hasNext()
           
 int next()
           
 

Method Detail

hasNext

boolean hasNext()

next

int next()

getName

QName getName()

getLocalName

String getLocalName()

getText

String getText()

getAttributes

List<Attribute> getAttributes()

getNamespaces

List<Namespace> getNamespaces()

Apache CXF API

Apache CXF