|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.ext.webservices.wsdl.WSDLGenerator
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 |
public WSDLGenerator()
Method Detail |
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)
o
- The object that we want to obtain WSDLserviceName
- The name of the service (urn)urlRouter
- The url where the service can be accesseddocumentation
- The Documentation of the servicemethods
- The public methods allowed for this service
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |