Apache CXF API

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

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

public class CorbaExceptionListener
extends AbstractCorbaTypeListener


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

Constructor Detail

CorbaExceptionListener

public CorbaExceptionListener(CorbaObjectHandler handler,
                              CorbaTypeMap map,
                              ORB orbRef,
                              ServiceInfo serviceInfo)
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

processWriteNamespace

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

Apache CXF API

Apache CXF