Uses of Interface
com.oracle.webservices.api.databinding.Databinding.Builder
Packages that use Databinding.Builder
-
Uses of Databinding.Builder in com.oracle.webservices.api.databinding
Methods in com.oracle.webservices.api.databinding that return Databinding.BuilderModifier and TypeMethodDescriptionDatabinding.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 aDatabinding.Builder
which is initialized with the specified contractClass and endpointClass.Databinding.Builder.entityResolver
(EntityResolver entityResolver) Deprecated.Databinding.Builder.feature
(jakarta.xml.ws.WebServiceFeature... features) Sets A list of WebServiceFeaturesSets the port name of the WSDLSets A property of the Databinding object to be createdDatabinding.Builder.serviceName
(QName serviceName) Sets the service name of the WSDLDatabinding.Builder.targetNamespace
(String targetNamespace) Sets the targetNamespace of the WSDLDatabinding.Builder.wsdlSource
(Source wsdlSource) Deprecated.- no replacement - this was never implemented Sets the WSDL Source where the WSDL can be read fromDeprecated.- no replacement - this was never implemented Sets the WSDL URL where the WSDL can be read from -
Uses of Databinding.Builder in com.sun.xml.ws.db
Methods in com.sun.xml.ws.db that return Databinding.BuilderModifier and TypeMethodDescriptionDatabindingFactoryImpl.createBuilder
(Class<?> contractClass, Class<?> endpointClass)
EntityResolver
for reading the WSDL