Apache CXF API

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

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

public final class CorbaObjectReferenceEventProducer
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
CorbaObjectReferenceEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
 
Method Summary
 List<Attribute> getAttributes()
           
protected  EprMetaData getObjectReferenceBinding(javax.wsdl.Definition wsdlDef, QName bindingName)
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
getLocalName, getName, getNamespaces, getNestedTypes, getText, hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaObjectReferenceEventProducer

public CorbaObjectReferenceEventProducer(CorbaObjectHandler h,
                                         ServiceInfo service,
                                         ORB orbRef)
Method Detail

getAttributes

public List<Attribute> getAttributes()
Specified by:
getAttributes in interface CorbaTypeEventProducer
Overrides:
getAttributes in class AbstractStartEndEventProducer

getObjectReferenceBinding

protected EprMetaData getObjectReferenceBinding(javax.wsdl.Definition wsdlDef,
                                                QName bindingName)

Apache CXF API

Apache CXF