|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Databinding.WSDLGenerator
WSDLGenerator is used to generate the WSDL representation of the service endpoint interface of the parent Databinding object.
| Nested Class Summary | |
|---|---|
static interface |
Databinding.WSDLGenerator.WSDLResolver
WSDLResolver is used by WSDLGenerator while generating WSDL and its associated documents. |
| Method Summary | |
|---|---|
void |
generate(Databinding.WSDLGenerator.WSDLResolver wsdlResolver)
Generates the WSDL using the wsdlResolver to output the generated documents. |
void |
generate(File outputDir,
String name)
Generates the WSDL into the file directory |
Databinding.WSDLGenerator |
inlineSchema(boolean inline)
Sets the inlineSchema boolean. |
Databinding.WSDLGenerator |
property(String name,
Object value)
Sets A property of the WSDLGenerator |
| Method Detail |
|---|
Databinding.WSDLGenerator inlineSchema(boolean inline)
inline - the inlineSchema boolean.
Databinding.WSDLGenerator property(String name,
Object value)
name - The name of the propertyvalue - The value of the property
void generate(Databinding.WSDLGenerator.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 | |||||||||