Class CorbaAnyEventProducer
- java.lang.Object
-
- org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
-
- org.apache.cxf.binding.corba.types.CorbaAnyEventProducer
-
- All Implemented Interfaces:
CorbaTypeEventProducer
public class CorbaAnyEventProducer extends AbstractStartEndEventProducer
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
currentEventProducer, iterator, name, orb, producers, serviceInfo, state, states
-
-
Constructor Summary
Constructors Constructor Description CorbaAnyEventProducer(CorbaObjectHandler h, ServiceInfo info, org.omg.CORBA.ORB orbRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attribute>getAttributes()List<Namespace>getNamespaces()-
Methods inherited from class org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
getLocalName, getName, getNestedTypes, getText, hasNext, next
-
-
-
-
Constructor Detail
-
CorbaAnyEventProducer
public CorbaAnyEventProducer(CorbaObjectHandler h, ServiceInfo info, org.omg.CORBA.ORB orbRef)
-
-
Method Detail
-
getAttributes
public List<Attribute> getAttributes()
- Specified by:
getAttributesin interfaceCorbaTypeEventProducer- Overrides:
getAttributesin classAbstractStartEndEventProducer
-
getNamespaces
public List<Namespace> getNamespaces()
- Specified by:
getNamespacesin interfaceCorbaTypeEventProducer- Overrides:
getNamespacesin classAbstractStartEndEventProducer
-
-