org.apache.axis.client
Class HappyClient
java.lang.Object
org.apache.axis.client.HappyClient
public class HappyClient
extends java.lang.Object
Client side equivalent of happyaxis
int | getJavaVersionNumber() - calculate the java version number by probing for classes;
this tactic works across many jvm implementations; taken from Ant.
|
static void | main(args[] ) - public happiness test.
|
boolean | verifyClientIsHappy(boolean warningsAsErrors) - Audit the client, print out status
|
HappyClient
public HappyClient(PrintStream out)
getJavaVersionNumber
public int getJavaVersionNumber()
calculate the java version number by probing for classes;
this tactic works across many jvm implementations; taken from Ant.
- JRE version as 10,11,12,13,14,...
main
public static void main(args[] )
public happiness test. Exits with -1 if the client is unhappy.
verifyClientIsHappy
public boolean verifyClientIsHappy(boolean warningsAsErrors)
throws IOException
Audit the client, print out status
warningsAsErrors
- should any warning result in failure?
Copyright © 2005 Apache Web Services Project. All Rights Reserved.