org.objectweb.proactive.ext.webservices.soap
Class ProActiveDeployer

java.lang.Object
  extended byorg.objectweb.proactive.ext.webservices.soap.ProActiveDeployer

public class ProActiveDeployer
extends java.lang.Object

Author:
vlegrand This class is responsible to deploy an active object as a web service. It serialize the stub/proxy into a string and send it to the rcprouter Servlet in order to register it on the tomcat server.

Constructor Summary
ProActiveDeployer()
           
 
Method Summary
static void deploy(java.lang.String urn, java.lang.String url, java.lang.Object o, java.lang.String[] methods)
          Deploy an active object as a web service
static void undeploy(java.lang.String urn, java.lang.String url)
          Undeploy a service on a web server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProActiveDeployer

public ProActiveDeployer()
Method Detail

deploy

public static void deploy(java.lang.String urn,
                          java.lang.String url,
                          java.lang.Object o,
                          java.lang.String[] methods)
Deploy an active object as a web service

Parameters:
urn - The name of the web service
url - The runtime URL where to contact the active object
o - The active Object
methods - The methods of the active object you want to be accessible

undeploy

public static void undeploy(java.lang.String urn,
                            java.lang.String url)
Undeploy a service on a web server

Parameters:
urn - The name (urn) of the service
url - The web server url


Copyright ? October 2004 INRIA All Rights Reserved.