当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
Version (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis
Class Version
java.lang.Object
org.apache.axis.Version
- public class Version
- extends 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.
- Author:
- Glen Daniels (gdaniels@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Version
public Version()
getVersion
public static String getVersion()
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 © 2002 JBoss Group, LLC. All Rights Reserved.