Class CorbaUnionListener
java.lang.Object
org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
org.apache.cxf.binding.corba.types.CorbaUnionListener
- All Implemented Interfaces:
CorbaTypeListener
-
Field Summary
Fields inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
ctx, currentElement, handler -
Constructor Summary
ConstructorsConstructorDescriptionCorbaUnionListener(CorbaObjectHandler handler, CorbaTypeMap tm, org.omg.CORBA.ORB oorb, ServiceInfo sInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessCharacters(String text) voidprocessEndElement(QName name) voidprocessStartElement(QName name) voidprocessWriteAttribute(String prefix, String namespaceURI, String localName, String val) voidprocessWriteNamespace(String prefix, String namespaceURI) Methods inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
getCorbaObject, setNamespaceContext
-
Constructor Details
-
CorbaUnionListener
public CorbaUnionListener(CorbaObjectHandler handler, CorbaTypeMap tm, org.omg.CORBA.ORB oorb, ServiceInfo sInfo)
-
-
Method Details
-
processStartElement
- Specified by:
processStartElementin interfaceCorbaTypeListener- Overrides:
processStartElementin classAbstractCorbaTypeListener
-
processCharacters
- Specified by:
processCharactersin interfaceCorbaTypeListener- Specified by:
processCharactersin classAbstractCorbaTypeListener
-
processEndElement
- Specified by:
processEndElementin interfaceCorbaTypeListener- Overrides:
processEndElementin classAbstractCorbaTypeListener
-
processWriteAttribute
- Specified by:
processWriteAttributein interfaceCorbaTypeListener- Overrides:
processWriteAttributein classAbstractCorbaTypeListener
-
processWriteNamespace
- Specified by:
processWriteNamespacein interfaceCorbaTypeListener- Overrides:
processWriteNamespacein classAbstractCorbaTypeListener
-