|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.db.DatabindingProviderImpl.JaxwsWsdlGen
public static class DatabindingProviderImpl.JaxwsWsdlGen
| Method Summary | |
|---|---|
void |
generate(File outputDir,
String name)
Generates the WSDL into the file directory |
void |
generate(WSDLResolver wsdlResolver)
Generates the WSDL using the wsdlResolver to output the generated documents. |
WSDLGenerator |
inlineSchema(boolean inline)
Sets the inlineSchema boolean. |
WSDLGenerator |
property(String name,
Object value)
Sets A property of the WSDLGenerator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public WSDLGenerator inlineSchema(boolean inline)
WSDLGenerator
inlineSchema in interface WSDLGeneratorinline - the inlineSchema boolean.
public WSDLGenerator property(String name,
Object value)
WSDLGenerator
property in interface WSDLGeneratorname - The name of the propertyvalue - The value of the property
public void generate(WSDLResolver wsdlResolver)
WSDLGenerator
generate in interface WSDLGeneratorwsdlResolver - The WSDLResolver
public void generate(File outputDir,
String name)
WSDLGenerator
generate in interface WSDLGeneratoroutputDir - The output file directoryname - The file name of the main WSDL document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||