org.jvnet.ws.databinding
Interface WSDLGenerator

All Superinterfaces:
Databinding.WSDLGenerator
All Known Implementing Classes:
OldWSDLGenerator

Deprecated. Update to use com.oracle.webservices.api.databinding.WSDLGenerator

public interface WSDLGenerator
extends Databinding.WSDLGenerator

WSDLGenerator is used to generate the WSDL representation of the service endpoint interface of the parent Databinding object.

See Also:
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

inlineSchema

WSDLGenerator inlineSchema(boolean inline)
Deprecated. 
Sets the inlineSchema boolean. When the inlineSchema is true, the generated schema documents are embedded within the type element of the generated WSDL. When the inlineSchema is false, the generated schema documents are generated as standalone schema documents and imported into the generated WSDL.

Specified by:
inlineSchema in interface Databinding.WSDLGenerator
Parameters:
inline - the inlineSchema boolean.
Returns:

property

WSDLGenerator property(String name,
                       Object value)
Deprecated. 
Sets A property of the WSDLGenerator

Specified by:
property in interface Databinding.WSDLGenerator
Parameters:
name - The name of the property
value - The value of the property
Returns:
this WSDLGenerator instance

generate

void generate(Databinding.WSDLGenerator.WSDLResolver wsdlResolver)
Deprecated. 
Generates the WSDL using the wsdlResolver to output the generated documents.

Specified by:
generate in interface Databinding.WSDLGenerator
Parameters:
wsdlResolver - The WSDLResolver

generate

void generate(File outputDir,
              String name)
Deprecated. 
Generates the WSDL into the file directory

Specified by:
generate in interface Databinding.WSDLGenerator
Parameters:
outputDir - The output file directory
name - The file name of the main WSDL document


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.