Apache CXF API

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

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

public class CorbaPrimitiveListener
extends AbstractCorbaTypeListener


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

CorbaPrimitiveListener

public CorbaPrimitiveListener(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