Uses of Interface
com.oracle.webservices.api.databinding.WSDLGenerator
-
Packages that use WSDLGenerator Package Description 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 Modifier and Type Method Description WSDLGeneratorDatabinding.Builder. createWSDLGenerator()Creates the WSDLGenerator which can be used to generate the WSDL representation of the service endpoint interface of this Databinding object.WSDLGeneratorWSDLGenerator. inlineSchema(boolean inline)Sets the inlineSchema boolean.WSDLGeneratorWSDLGenerator. 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 Modifier and Type Class Description static classDatabindingProviderImpl.JaxwsWsdlGenMethods in com.sun.xml.ws.db that return WSDLGenerator Modifier and Type Method Description WSDLGeneratorDatabindingFactoryImpl. createWsdlGen(DatabindingConfig config)WSDLGeneratorDatabindingProviderImpl.JaxwsWsdlGen. inlineSchema(boolean inline)WSDLGeneratorDatabindingProviderImpl.JaxwsWsdlGen. property(String name, Object value)WSDLGeneratorDatabindingProviderImpl. wsdlGen(DatabindingConfig config) -
Uses of WSDLGenerator in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db that return WSDLGenerator Modifier and Type Method Description WSDLGeneratorDatabindingProvider. wsdlGen(DatabindingConfig config)
-