|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.wasp.tools.java2wsdl.Java2WSDLFactory
A factory which creates an implementation of
Java2WSDL
interface.
The Java2WSDL allows you to generate WSDL definitions for given class(es). Example usage:
// get an instance of Java2WSDL Java2WSDL java2WSDL = Java2WSDLFactory.newJava2WSDL(); //generate a javax.wsdl.Definition instance for MyService class Definition definition = java2WSDL.process(MyService.class);
Java2WSDL generator
Field Summary | |
static java.lang.String |
CONTEXT_JAVA2WSDL_FACTORY
This key represents instance of Java2WSDLFactory in the org.idoox.wasp.Context. |
Constructor Summary | |
Java2WSDLFactory()
|
Method Summary | |
protected abstract Java2WSDL |
getJava2WSDLInstance()
Returns an implementation of Java2WSDL interface. |
static Java2WSDL |
newJava2WSDL()
Returns an implementation of Java2WSDL interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CONTEXT_JAVA2WSDL_FACTORY
Constructor Detail |
public Java2WSDLFactory()
Method Detail |
public static final Java2WSDL newJava2WSDL()
protected abstract Java2WSDL getJava2WSDLInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |