cgl.narada.wsinfra.deployment.axis
Class TestWebService
java.lang.Object
cgl.narada.wsinfra.deployment.axis.TestWebService
- public class TestWebService
- extends Object
This class will test installed web services on container(axis on tomcat).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestWebService
public TestWebService()
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)