|
||||||||||
| 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.
WSDLGenerator| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.ws.databinding.Databinding.WSDLGenerator |
|---|
Databinding.WSDLGenerator.WSDLResolver |
| Method Summary | |
|---|---|
void |
generate(Databinding.WSDLGenerator.WSDLResolver wsdlResolver)
Deprecated. Generates the WSDL using the wsdlResolver to output the generated documents. |
void |
generate(File outputDir,
String name)
Deprecated. Generates the WSDL into the file directory |
WSDLGenerator |
inlineSchema(boolean inline)
Deprecated. Sets the inlineSchema boolean. |
WSDLGenerator |
property(String name,
Object value)
Deprecated. Sets A property of the WSDLGenerator |
| Method Detail |
|---|
WSDLGenerator inlineSchema(boolean inline)
inlineSchema in interface Databinding.WSDLGeneratorinline - the inlineSchema boolean.
WSDLGenerator property(String name,
Object value)
property in interface Databinding.WSDLGeneratorname - The name of the propertyvalue - The value of the property
void generate(Databinding.WSDLGenerator.WSDLResolver wsdlResolver)
generate in interface Databinding.WSDLGeneratorwsdlResolver - The WSDLResolver
void generate(File outputDir,
String name)
generate in interface Databinding.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 | |||||||||