org.apache.axis
public class Version extends Object
Method Summary | |
---|---|
static String | getVersion()
Get the version of this AXIS.
|
static String | getVersionText()
Returns the Axis Version number and build date.
|
static void | main(String[] args)
Entry point.
|
Returns: the version of this axis
Example output: 1.1 Jul 08, 2003 (09:00:12 EDT)
Returns: the full version of this axis
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.