org.jvnet.ws.databinding.impl.converter
Class OldWSDLGenerator

java.lang.Object
  extended by org.jvnet.ws.databinding.impl.converter.OldWSDLGenerator
All Implemented Interfaces:
Databinding.WSDLGenerator, WSDLGenerator

public class OldWSDLGenerator
extends Object
implements WSDLGenerator, Databinding.WSDLGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.ws.databinding.Databinding.WSDLGenerator
Databinding.WSDLGenerator.WSDLResolver
 
Constructor Summary
OldWSDLGenerator(WSDLGenerator wsdlGenerator)
           
 
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
 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
 

Constructor Detail

OldWSDLGenerator

public OldWSDLGenerator(WSDLGenerator wsdlGenerator)
Method Detail

inlineSchema

public WSDLGenerator inlineSchema(boolean inline)
Description copied from interface: WSDLGenerator
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
Specified by:
inlineSchema in interface WSDLGenerator
Parameters:
inline - the inlineSchema boolean.
Returns:

property

public WSDLGenerator property(String name,
                              Object value)
Description copied from interface: WSDLGenerator
Sets A property of the WSDLGenerator

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

generate

public void generate(Databinding.WSDLGenerator.WSDLResolver wsdlResolver)
Description copied from interface: WSDLGenerator
Generates the WSDL using the wsdlResolver to output the generated documents.

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

generate

public void generate(File outputDir,
                     String name)
Description copied from interface: WSDLGenerator
Generates the WSDL into the file directory

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


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