public class Version
extends java.lang.Object
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getVersion()
Get the version of this AXIS.
|
static java.lang.String |
getVersionText()
Returns the Axis Version number and build date.
|
static void |
main(java.lang.String[] args)
Entry point.
|
public static java.lang.String getVersion()
public static java.lang.String getVersionText()
Example output: 1.1 Jul 08, 2003 (09:00:12 EDT)
public static void main(java.lang.String[] args)
Calling this with no arguments returns the version of the client-side axis.jar. Passing a URL which points to a remote Axis server will attempt to retrieve the version of the server via a SOAP call.
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.