com.bmc.mainview.nvbapi
Class ConversationXMLInEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.bmc.mainview.nvbapi.ConversationEvent
          extended by com.bmc.mainview.nvbapi.ConversationXMLInEvent
All Implemented Interfaces:
java.io.Serializable

public class ConversationXMLInEvent
extends ConversationEvent

Created when a response has been received from the host

Version:
2.0
Author:
F. Schneider

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

ConversationXMLInEvent

public ConversationXMLInEvent(Conversation source,
                              XML xml,
                              XML request)
Standard constructor

Parameters:
source -
xml -
request -
Method Detail

getXML

public XML getXML()
Access the parsed response

Returns:
the response

getRequest

public XML getRequest()
Access the original request

Returns:
the request