Uses of Interface
com.oracle.webservices.api.databinding.Databinding.Builder
-
Packages that use Databinding.Builder Package Description com.oracle.webservices.api.databinding com.sun.xml.ws.db -
-
Uses of Databinding.Builder in com.oracle.webservices.api.databinding
Methods in com.oracle.webservices.api.databinding that return Databinding.Builder Modifier and Type Method Description Databinding.BuilderDatabinding.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.BuilderDatabindingFactory. createBuilder(Class<?> contractClass, Class<?> endpointClass)Creates a new instance of aDatabinding.Builderwhich is initialized with the specified contractClass and endpointClass.Databinding.BuilderDatabinding.Builder. entityResolver(EntityResolver entityResolver)Deprecated.- no replacement - this was never implemented Sets theEntityResolverfor reading the WSDLDatabinding.BuilderDatabinding.Builder. feature(javax.xml.ws.WebServiceFeature... features)Sets A list of WebServiceFeaturesDatabinding.BuilderDatabinding.Builder. portName(QName portName)Sets the port name of the WSDLDatabinding.BuilderDatabinding.Builder. property(String name, Object value)Sets A property of the Databinding object to be createdDatabinding.BuilderDatabinding.Builder. serviceName(QName serviceName)Sets the service name of the WSDLDatabinding.BuilderDatabinding.Builder. targetNamespace(String targetNamespace)Sets the targetNamespace of the WSDLDatabinding.BuilderDatabinding.Builder. wsdlSource(Source wsdlSource)Deprecated.- no replacement - this was never implemented Sets the WSDL Source where the WSDL can be read fromDatabinding.BuilderDatabinding.Builder. wsdlURL(URL wsdlURL)Deprecated.- 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.Builder Modifier and Type Method Description Databinding.BuilderDatabindingFactoryImpl. createBuilder(Class<?> contractClass, Class<?> endpointClass)
-