public static interface Databinding.Builder
Databinding.Builder
, created from the DatabindingFactory, is used to
configure how a Databinding instance is to be built from this builder.DatabindingFactory
Modifier and Type | Method and Description |
---|---|
Databinding |
build()
Builds a new Databinding instance
|
Databinding.Builder |
classLoader(ClassLoader classLoader)
Sets the ClassLoader which is used to load the service endpoint
interface, implementation bean, and all the value types.
|
WSDLGenerator |
createWSDLGenerator()
Creates the WSDLGenerator which can be used to generate the WSDL
representation of the service endpoint interface of this Databinding
object.
|
Databinding.Builder |
entityResolver(EntityResolver entityResolver)
Deprecated.
- no replacement - this was never implemented
Sets the
EntityResolver for reading the WSDL |
Databinding.Builder |
feature(WebServiceFeature... features)
Sets A list of WebServiceFeatures
|
Databinding.Builder |
portName(QName portName)
Sets the port name of the WSDL
|
Databinding.Builder |
property(String name,
Object value)
Sets A property of the Databinding object to be created
|
Databinding.Builder |
serviceName(QName serviceName)
Sets the service name of the WSDL
|
Databinding.Builder |
targetNamespace(String targetNamespace)
Sets the targetNamespace of the WSDL
|
Databinding.Builder |
wsdlSource(Source wsdlSource)
Deprecated.
- no replacement - this was never implemented
Sets the WSDL Source where the WSDL can be read from
|
Databinding.Builder |
wsdlURL(URL wsdlURL)
Deprecated.
- no replacement - this was never implemented
Sets the WSDL URL where the WSDL can be read from
|
Databinding.Builder targetNamespace(String targetNamespace)
targetNamespace
- The targetNamespace to setDatabinding.Builder serviceName(QName serviceName)
serviceName
- The serviceName to setDatabinding.Builder portName(QName portName)
portName
- The portName to setDatabinding.Builder wsdlURL(URL wsdlURL)
wsdlURL
- The wsdlURL to setDatabinding.Builder wsdlSource(Source wsdlSource)
wsdlSource
- The wsdlSource to setDatabinding.Builder entityResolver(EntityResolver entityResolver)
EntityResolver
for reading the WSDLentityResolver
- The EntityResolver
to setDatabinding.Builder classLoader(ClassLoader classLoader)
classLoader
- The classLoader to setDatabinding.Builder feature(WebServiceFeature... features)
features
- The list of WebServiceFeaturesDatabinding.Builder property(String name, Object value)
name
- The name of the propertyvalue
- The value of the propertyDatabinding build()
WSDLGenerator createWSDLGenerator()
Copyright © 2017 Oracle Corporation. All rights reserved.