org.edg.security.authorization.test
Class EchoClient

java.lang.Object
  |
  +--org.edg.security.authorization.test.EchoClient

public class EchoClient
extends java.lang.Object

Simple client class to test the authorization modules for Axis. It contact the authorization-test web service and asks for the content of the SecurityContext.

Author:
Gian Luca Volpato

Constructor Summary
EchoClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoClient

public EchoClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception