| java.lang.Object org.apache.axis2.Version
Version | public class Version (Code) | | Little utility to get the version and build date of the axis2.jar.
The messages referenced here are automatically kept up-to-date by the
build.xml.
|
getVersion | public static String getVersion()(Code) | | Get the version of this AXIS.
the version of this axis2 |
getVersionText | public static String getVersionText()(Code) | | Returns the Axis Version number and build date.
Example output: 1.1 Jul 08, 2003 (09:00:12 EDT)
the full version of this axis2 |
main | public static void main(String[] args)(Code) | | Entry point.
Calling this with no arguments returns the version of the client-side
axis2.jar.
|
|
|