|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSOAPMonitorApplet.SOAPMonitorData
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 |
public SOAPMonitorApplet.SOAPMonitorData(java.lang.Long id, java.lang.String target, java.lang.String soap_request)
Method Detail |
public java.lang.Long getId()
public java.lang.String getTime()
public java.lang.String getTargetService()
public java.lang.String getStatus()
public java.lang.String getSOAPRequest()
public void setSOAPResponse(java.lang.String response)
public java.lang.String getSOAPResponse()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |