Package | Description |
---|---|
com.oracle.webservices.api.databinding |
Modifier and Type | Method and Description |
---|---|
Databinding.Builder |
Databinding.Builder.classLoader(ClassLoader classLoader)
Sets the ClassLoader which is used to load the service endpoint
interface, implementation bean, and all the value types.
|
abstract Databinding.Builder |
DatabindingFactory.createBuilder(Class<?> contractClass,
Class<?> endpointClass)
Creates a new instance of a
Databinding.Builder which is
initialized with the specified contractClass and endpointClass. |
Databinding.Builder |
Databinding.Builder.entityResolver(EntityResolver entityResolver)
Deprecated.
- no replacement - this was never implemented
Sets the
EntityResolver for reading the WSDL |
Databinding.Builder |
Databinding.Builder.feature(WebServiceFeature... features)
Sets A list of WebServiceFeatures
|
Databinding.Builder |
Databinding.Builder.portName(QName portName)
Sets the port name of the WSDL
|
Databinding.Builder |
Databinding.Builder.property(String name,
Object value)
Sets A property of the Databinding object to be created
|
Databinding.Builder |
Databinding.Builder.serviceName(QName serviceName)
Sets the service name of the WSDL
|
Databinding.Builder |
Databinding.Builder.targetNamespace(String targetNamespace)
Sets the targetNamespace of the WSDL
|
Databinding.Builder |
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 |
Databinding.Builder.wsdlURL(URL wsdlURL)
Deprecated.
- no replacement - this was never implemented
Sets the WSDL URL where the WSDL can be read from
|
Copyright © 2018 Oracle Corporation. All rights reserved.