Package org.apache.axis
Class Version
- java.lang.Object
-
- org.apache.axis.Version
-
public class Version extends java.lang.ObjectLittle 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.- Author:
- Glen Daniels (gdaniels@apache.org)
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetVersion()Get the version of this AXIS.static java.lang.StringgetVersionText()Returns the Axis Version number and build date.static voidmain(java.lang.String[] args)Entry point.
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
Get the version of this AXIS.- Returns:
- the version of this axis
-
getVersionText
public static java.lang.String getVersionText()
Returns the Axis Version number and build date.Example output: 1.1 Jul 08, 2003 (09:00:12 EDT)
- Returns:
- the full version of this axis
-
main
public static void main(java.lang.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.
-
-