Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
      extended by org.apache.cxf.binding.corba.types.CorbaObjectReferenceListener
All Implemented Interfaces:
CorbaTypeListener

public class CorbaObjectReferenceListener
extends AbstractCorbaTypeListener


Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
ctx, currentElement, handler
 
Constructor Summary
CorbaObjectReferenceListener(CorbaObjectHandler handler, ORB orbRef)
           
 
Method Summary
 void processCharacters(String text)
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
getCorbaObject, processEndElement, processStartElement, processWriteAttribute, processWriteNamespace, setNamespaceContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaObjectReferenceListener

public CorbaObjectReferenceListener(CorbaObjectHandler handler,
                                    ORB orbRef)
Method Detail

processCharacters

public void processCharacters(String text)
Specified by:
processCharacters in interface CorbaTypeListener
Specified by:
processCharacters in class AbstractCorbaTypeListener

Apache CXF API

Apache CXF