|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSDLGenerator
WSDLGenerator is used to generate the WSDL representation of the service endpoint interface of the parent Databinding object.
| 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 |
| Method Detail |
|---|
WSDLGenerator inlineSchema(boolean inline)
inline - the inlineSchema boolean.
WSDLGenerator property(String name,
Object value)
name - The name of the propertyvalue - The value of the property
void generate(WSDLResolver wsdlResolver)
wsdlResolver - The WSDLResolver
void generate(File outputDir,
String name)
outputDir - 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 | |||||||||