Uses of Interface
com.oracle.webservices.api.databinding.WSDLGenerator

Packages that use WSDLGenerator
com.oracle.webservices.api.databinding   
org.jvnet.ws.databinding.impl.converter   
 

Uses of WSDLGenerator in com.oracle.webservices.api.databinding
 

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

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

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

Methods in org.jvnet.ws.databinding.impl.converter that return WSDLGenerator
 WSDLGenerator NewWSDLGenerator.inlineSchema(boolean inline)
           
 WSDLGenerator NewWSDLGenerator.property(String name, Object value)
           
 

Constructors in org.jvnet.ws.databinding.impl.converter with parameters of type WSDLGenerator
OldWSDLGenerator(WSDLGenerator wsdlGenerator)
           
 



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