|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.bmc.mainview.nvbapi.ConversationEvent
com.bmc.mainview.nvbapi.ConversationXMLInEvent
public class ConversationXMLInEvent
Created when a response has been received from the host
Constructor Summary | |
---|---|
ConversationXMLInEvent(Conversation source,
XML xml,
XML request)
Standard constructor |
Method Summary | |
---|---|
XML |
getRequest()
Access the original request |
XML |
getXML()
Access the parsed response |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConversationXMLInEvent(Conversation source, XML xml, XML request)
source
- xml
- request
- Method Detail |
---|
public XML getXML()
public XML getRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |