Class CorbaEnumListener
- java.lang.Object
-
- org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
-
- org.apache.cxf.binding.corba.types.CorbaEnumListener
-
- All Implemented Interfaces:
CorbaTypeListener
public class CorbaEnumListener extends AbstractCorbaTypeListener
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
ctx, currentElement, handler
-
-
Constructor Summary
Constructors Constructor Description CorbaEnumListener(CorbaObjectHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessCharacters(String text)-
Methods inherited from class org.apache.cxf.binding.corba.types.AbstractCorbaTypeListener
getCorbaObject, processEndElement, processStartElement, processWriteAttribute, processWriteNamespace, setNamespaceContext
-
-
-
-
Constructor Detail
-
CorbaEnumListener
public CorbaEnumListener(CorbaObjectHandler handler)
-
-
Method Detail
-
processCharacters
public void processCharacters(String text)
- Specified by:
processCharactersin interfaceCorbaTypeListener- Specified by:
processCharactersin classAbstractCorbaTypeListener
-
-