|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.ext.webservices.WSConstants
org.objectweb.proactive.ext.webservices.wsdl.WSDLGenerator
public class WSDLGenerator
Field Summary |
---|
Fields inherited from class org.objectweb.proactive.ext.webservices.WSConstants |
---|
COMPONENT_INTERFACE, disallowedMethods, DOCUMENTATION, PROACTIVE_PROVIDER, PROACTIVE_STUB, ROUTER, supportedTypes, URL_PUBLICATION, WSDL_FILE |
Constructor Summary | |
---|---|
WSDLGenerator()
|
Method Summary | |
---|---|
static java.lang.String |
getWSDL(java.lang.Class c,
java.lang.String serviceName,
java.lang.String urlRouter,
java.lang.String documentation,
java.lang.String[] methods)
Generates 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.Class c, java.lang.String serviceName, java.lang.String urlRouter, java.lang.String documentation, java.lang.String[] methods)
c
- The class 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 |