Uses of Interface
com.invirgance.convirgance.web.binding.Binding
Packages that use Binding
Package
Description
Data retrieval and binding API.
Core web service implementations.
-
Uses of Binding in com.invirgance.convirgance.web.binding
Classes in com.invirgance.convirgance.web.binding that implement BindingModifier and TypeClassDescriptionclass
Retrieves files from within the applications class path.class
Retrieves files from the file system.class
For retrieving data from SQL database. -
Uses of Binding in com.invirgance.convirgance.web.service
Methods in com.invirgance.convirgance.web.service that return BindingModifier and TypeMethodDescriptionSelectService.getBinding()
Gets the binding that provides the data source.Methods in com.invirgance.convirgance.web.service with parameters of type BindingModifier and TypeMethodDescriptionvoid
SelectService.setBinding
(Binding binding) Sets the binding that provides the data source.