net.sf.xbus.bootstrap
Class SOAPAdministratorBootstrap

java.lang.Object
  extended by net.sf.xbus.bootstrap.SOAPAdministratorBootstrap

public class SOAPAdministratorBootstrap
extends java.lang.Object

Restarts the xBus by calling a web service.


Constructor Summary
SOAPAdministratorBootstrap()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the client program to send a SOAP request to the xBus to restart.
 java.lang.String restart()
          Called by the web service to restart the xBus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPAdministratorBootstrap

public SOAPAdministratorBootstrap()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the client program to send a SOAP request to the xBus to restart.

Parameters:
args - host and port of the servlet engine

restart

public java.lang.String restart()
Called by the web service to restart the xBus.

Returns:
a message of success or failure