Apache CXF API

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

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

public class CorbaEnumListener
extends AbstractCorbaTypeListener


Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
ctx, currentElement, handler
 
Constructor Summary
CorbaEnumListener(CorbaObjectHandler handler)
           
 
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

CorbaEnumListener

public CorbaEnumListener(CorbaObjectHandler handler)
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