org.apache.cxf.binding.corba.types
Class CorbaAnyListener
java.lang.Object
org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
org.apache.cxf.binding.corba.types.CorbaAnyListener
- All Implemented Interfaces:
- CorbaTypeListener
public class CorbaAnyListener
- extends AbstractCorbaTypeListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaAnyListener
public CorbaAnyListener(CorbaObjectHandler h,
CorbaTypeMap map,
ORB orbRef,
ServiceInfo info)
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