org.objectweb.proactive.ext.webservices.soap
Class ProActiveDeployer
java.lang.Object
org.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.
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 |
ProActiveDeployer
public ProActiveDeployer()
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 serviceurl
- The runtime URL where to contact the active objecto
- The active Objectmethods
- 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 serviceurl
- The web server url
Copyright ? October 2004 INRIA All Rights Reserved.