Package | Description |
---|---|
com.oracle.webservices.api.databinding | |
com.sun.xml.ws.db | |
com.sun.xml.ws.spi.db |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
static class |
DatabindingProviderImpl.JaxwsWsdlGen |
Modifier and Type | Method and Description |
---|---|
WSDLGenerator |
DatabindingFactoryImpl.createWsdlGen(DatabindingConfig config) |
WSDLGenerator |
DatabindingProviderImpl.JaxwsWsdlGen.inlineSchema(boolean inline) |
WSDLGenerator |
DatabindingProviderImpl.JaxwsWsdlGen.property(String name,
Object value) |
WSDLGenerator |
DatabindingProviderImpl.wsdlGen(DatabindingConfig config) |
Modifier and Type | Method and Description |
---|---|
WSDLGenerator |
DatabindingProvider.wsdlGen(DatabindingConfig config) |
Copyright © 2015 Oracle Corporation. All rights reserved.