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 TypeClassDescriptionclassRetrieves files from within the applications class path.classRetrieves files from the file system.classFor 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 TypeMethodDescriptionvoidSelectService.setBinding(Binding binding) Sets the binding that provides the data source.