com.sun.xml.ws.util
Class RuntimeVersion

java.lang.Object
  extended by com.sun.xml.ws.util.RuntimeVersion
All Implemented Interfaces:
RuntimeVersionMBean

public final class RuntimeVersion
extends Object
implements RuntimeVersionMBean

Obtains the version number of the JAX-WS runtime.


Field Summary
static Version VERSION
           
 
Constructor Summary
RuntimeVersion()
           
 
Method Summary
 String getVersion()
          Get JAX-WS version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final Version VERSION
Constructor Detail

RuntimeVersion

public RuntimeVersion()
Method Detail

getVersion

public String getVersion()
Get JAX-WS version

Specified by:
getVersion in interface RuntimeVersionMBean