telosys.objects
Class ScreenServiceLastCall

java.lang.Object
  extended bytelosys.objects.ScreenServiceLastCall

class ScreenServiceLastCall
extends java.lang.Object

Utility class to manage the last call of a service
Set of static methods
Reserved for internal use


Constructor Summary
(package private) ScreenServiceLastCall()
           
 
Method Summary
 void init(string requestURL, string responseTEXT)
          Keeps the request URL and the response received (in text format)
 void show()
          Shows the request and its response in a popup window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenServiceLastCall

ScreenServiceLastCall()
Method Detail

init

public void init(string requestURL,
                 string responseTEXT)
Keeps the request URL and the response received (in text format)

Parameters:
requestURL -
responseTEXT -

show

public void show()
Shows the request and its response in a popup window