org.apache.axis
Class Version
public class Version
extends java.lang.Object
Little utility to get the version and build date of the axis.jar.
The messages referenced here are automatically kept up-to-date by the
build.xml.
- Glen Daniels (gdaniels@apache.org)
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.
|
getVersion
public static String getVersion()
Get the version of this AXIS.
getVersionText
public static String getVersionText()
Returns the Axis Version number and build date.
Example output: 1.1 Jul 08, 2003 (09:00:12 EDT)
- the full version of this axis
main
public static void main(String[] args)
Entry point.
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.