Apache CXF API

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

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

public class CorbaFixedListener
extends AbstractCorbaTypeListener


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

CorbaFixedListener

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