站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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)

Constructor Summary
Version()
           
 
Method Summary
static String getVersion()
           
static void main(String[] args)
          Entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

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.