Class SOAPMonitorApplet.SOAPMonitorData

java.lang.Object
  extended bySOAPMonitorApplet.SOAPMonitorData
Enclosing class:
SOAPMonitorApplet

class SOAPMonitorApplet.SOAPMonitorData
extends java.lang.Object

This class represend the data for a SOAP request/response pair


Constructor Summary
SOAPMonitorApplet.SOAPMonitorData(java.lang.Long id, java.lang.String target, java.lang.String soap_request)
          Constructor
 
Method Summary
 java.lang.Long getId()
          Get the id for the SOAP message
 java.lang.String getSOAPRequest()
          Get the request SOAP contents
 java.lang.String getSOAPResponse()
          Get the response SOAP contents
 java.lang.String getStatus()
          Get the status of the request
 java.lang.String getTargetService()
          Get the SOAP request target service name
 java.lang.String getTime()
          Get the time the SOAP request was received by the applet
 void setSOAPResponse(java.lang.String response)
          Set the resposne SOAP contents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMonitorApplet.SOAPMonitorData

public SOAPMonitorApplet.SOAPMonitorData(java.lang.Long id,
                                         java.lang.String target,
                                         java.lang.String soap_request)
Constructor

Method Detail

getId

public java.lang.Long getId()
Get the id for the SOAP message


getTime

public java.lang.String getTime()
Get the time the SOAP request was received by the applet


getTargetService

public java.lang.String getTargetService()
Get the SOAP request target service name


getStatus

public java.lang.String getStatus()
Get the status of the request


getSOAPRequest

public java.lang.String getSOAPRequest()
Get the request SOAP contents


setSOAPResponse

public void setSOAPResponse(java.lang.String response)
Set the resposne SOAP contents


getSOAPResponse

public java.lang.String getSOAPResponse()
Get the response SOAP contents