cgl.narada.wsinfra.deployment.axis
Class TestWebService

java.lang.Object
  extended bycgl.narada.wsinfra.deployment.axis.TestWebService

public class TestWebService
extends Object

This class will test installed web services on container(axis on tomcat).


Constructor Summary
TestWebService()
           
 
Method Summary
 void checkWebService(String url)
          This method will disply the given url to the console
 void checkWebService(String url, String pattern)
          This method will check the given text pattern in the web page in given url.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestWebService

public TestWebService()
Method Detail

checkWebService

public void checkWebService(String url)
                     throws Exception
This method will disply the given url to the console

Parameters:
url -
Throws:
Exception

checkWebService

public void checkWebService(String url,
                            String pattern)
                     throws Exception
This method will check the given text pattern in the web page in given url.

Parameters:
url -
pattern -
Throws:
Exception

main

public static void main(String[] args)