org.objectweb.proactive.ext.webservices.wsdl
Class WSDLGenerator

java.lang.Object
  extended byorg.objectweb.proactive.ext.webservices.wsdl.WSDLGenerator

public class WSDLGenerator
extends java.lang.Object

Author:
vlegrand

Constructor Summary
WSDLGenerator()
           
 
Method Summary
static java.lang.String getWSDL(java.lang.Object o, java.lang.String serviceName, java.lang.String urlRouter, java.lang.String documentation, java.lang.String[] methods)
          Generate the WSDL document associate with an active object exposed as a web service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLGenerator

public WSDLGenerator()
Method Detail

getWSDL

public static java.lang.String getWSDL(java.lang.Object o,
                                       java.lang.String serviceName,
                                       java.lang.String urlRouter,
                                       java.lang.String documentation,
                                       java.lang.String[] methods)
Generate the WSDL document associate with an active object exposed as a web service

Parameters:
o - The object that we want to obtain WSDL
serviceName - The name of the service (urn)
urlRouter - The url where the service can be accessed
documentation - The Documentation of the service
methods - The public methods allowed for this service
Returns:
a String containing the Wsdl document.


Copyright ? October 2004 INRIA All Rights Reserved.