public class CorbaAnyListener extends AbstractCorbaTypeListener
ctx, currentElement, handler| Constructor and Description |
|---|
CorbaAnyListener(CorbaObjectHandler h,
CorbaTypeMap map,
ORB orbRef,
ServiceInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
processCharacters(String text) |
void |
processEndElement(QName name) |
void |
processStartElement(QName name) |
void |
processWriteAttribute(String prefix,
String namespaceURI,
String localName,
String value) |
getCorbaObject, processWriteNamespace, setNamespaceContextpublic CorbaAnyListener(CorbaObjectHandler h, CorbaTypeMap map, ORB orbRef, ServiceInfo info)
public void processStartElement(QName name)
processStartElement in interface CorbaTypeListenerprocessStartElement in class AbstractCorbaTypeListenerpublic void processEndElement(QName name)
processEndElement in interface CorbaTypeListenerprocessEndElement in class AbstractCorbaTypeListenerpublic void processCharacters(String text)
processCharacters in interface CorbaTypeListenerprocessCharacters in class AbstractCorbaTypeListenerpublic void processWriteAttribute(String prefix, String namespaceURI, String localName, String value)
processWriteAttribute in interface CorbaTypeListenerprocessWriteAttribute in class AbstractCorbaTypeListenerApache CXF