public class CorbaArrayListener extends AbstractCorbaTypeListener
ctx, currentElement, handler| Constructor and Description |
|---|
CorbaArrayListener(CorbaObjectHandler handler,
CorbaTypeMap map,
ORB orbRef,
ServiceInfo sInfo) |
| 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 val) |
void |
processWriteNamespace(String prefix,
String namespaceURI) |
getCorbaObject, setNamespaceContextpublic CorbaArrayListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo sInfo)
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 val)
processWriteAttribute in interface CorbaTypeListenerprocessWriteAttribute in class AbstractCorbaTypeListenerpublic void processWriteNamespace(String prefix, String namespaceURI)
processWriteNamespace in interface CorbaTypeListenerprocessWriteNamespace in class AbstractCorbaTypeListenerApache CXF