Uses of Interface
org.jvnet.ws.databinding.Databinding.WSDLGenerator

Packages that use Databinding.WSDLGenerator
org.jvnet.ws.databinding   
org.jvnet.ws.databinding.impl.converter   
 

Uses of Databinding.WSDLGenerator in org.jvnet.ws.databinding
 

Subinterfaces of Databinding.WSDLGenerator in org.jvnet.ws.databinding
 interface WSDLGenerator
          Deprecated. Update to use com.oracle.webservices.api.databinding.WSDLGenerator
 

Methods in org.jvnet.ws.databinding that return Databinding.WSDLGenerator
 Databinding.WSDLGenerator Databinding.Builder.createWSDLGenerator()
          Deprecated. Creates the WSDLGenerator which can be used to generate the WSDL representation of the service endpoint interface of this Databinding object.
 Databinding.WSDLGenerator Databinding.WSDLGenerator.inlineSchema(boolean inline)
          Deprecated. Sets the inlineSchema boolean.
 Databinding.WSDLGenerator Databinding.WSDLGenerator.property(String name, Object value)
          Deprecated. Sets A property of the WSDLGenerator
 

Uses of Databinding.WSDLGenerator in org.jvnet.ws.databinding.impl.converter
 

Classes in org.jvnet.ws.databinding.impl.converter that implement Databinding.WSDLGenerator
 class OldWSDLGenerator
           
 



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