Apache CXF API

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

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

public class CorbaAnyListener
extends AbstractCorbaTypeListener


Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
ctx, currentElement, handler
 
Constructor Summary
CorbaAnyListener(CorbaObjectHandler h, CorbaTypeMap map, ORB orbRef, ServiceInfo info)
           
 
Method Summary
 void processCharacters(String text)
           
 void processEndElement(QName name)
           
 void processStartElement(QName name)
           
 void processWriteAttribute(String prefix, String namespaceURI, String localName, String value)
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
getCorbaObject, processWriteNamespace, setNamespaceContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaAnyListener

public CorbaAnyListener(CorbaObjectHandler h,
                        CorbaTypeMap map,
                        ORB orbRef,
                        ServiceInfo info)
Method Detail

processStartElement

public void processStartElement(QName name)
Specified by:
processStartElement in interface CorbaTypeListener
Overrides:
processStartElement in class AbstractCorbaTypeListener

processEndElement

public void processEndElement(QName name)
Specified by:
processEndElement in interface CorbaTypeListener
Overrides:
processEndElement in class AbstractCorbaTypeListener

processCharacters

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

processWriteAttribute

public void processWriteAttribute(String prefix,
                                  String namespaceURI,
                                  String localName,
                                  String value)
Specified by:
processWriteAttribute in interface CorbaTypeListener
Overrides:
processWriteAttribute in class AbstractCorbaTypeListener

Apache CXF API

Apache CXF