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

Packages that use WSDLGenerator
com.oracle.webservices.api.databinding   
com.sun.xml.ws.db   
com.sun.xml.ws.spi.db   
 

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 com.sun.xml.ws.db
 

Classes in com.sun.xml.ws.db that implement WSDLGenerator
static class DatabindingProviderImpl.JaxwsWsdlGen
           
 

Methods in com.sun.xml.ws.db that return WSDLGenerator
 WSDLGenerator DatabindingFactoryImpl.createWsdlGen(DatabindingConfig config)
           
 WSDLGenerator DatabindingProviderImpl.JaxwsWsdlGen.inlineSchema(boolean inline)
           
 WSDLGenerator DatabindingProviderImpl.JaxwsWsdlGen.property(String name, Object value)
           
 WSDLGenerator DatabindingProviderImpl.wsdlGen(DatabindingConfig config)
           
 

Uses of WSDLGenerator in com.sun.xml.ws.spi.db
 

Methods in com.sun.xml.ws.spi.db that return WSDLGenerator
 WSDLGenerator DatabindingProvider.wsdlGen(DatabindingConfig config)
           
 



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