public class XmlResponsesSaxParser.NotificationConfigurationHandler extends DefaultXmlHandler
| Modifier and Type | Field and Description |
|---|---|
private NotificationConfig |
config |
private java.lang.String |
lastEvent |
private java.lang.String |
lastTopic |
| Constructor and Description |
|---|
NotificationConfigurationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(java.lang.String name,
java.lang.String elementText) |
NotificationConfig |
getNotificationConfig() |
characters, endDocument, endElement, startDocument, startElement, startElement, startElementprivate NotificationConfig config
private java.lang.String lastTopic
private java.lang.String lastEvent
public NotificationConfig getNotificationConfig()
public void endElement(java.lang.String name,
java.lang.String elementText)
endElement in class DefaultXmlHandler