| Interface | Description |
|---|---|
| BeanProvider |
BeanProvider providers an abstraction for getting and setting methods
of a bean (or object).
|
| LogProvider |
Interface to plug in provider for providing logging.
|
| Provider |
Provider interface.
|
| XMLPrinterProvider |
Provider for pretty printing XML DOM documents to a stream.
|
| XPathProvider |
Provider used for obtaining a single Node, or multiple Nodes from a DOM
tree using an XPath expression.
|
| Class | Description |
|---|---|
| ProviderFactory |
Get specific provider implementation.
|
| Exception | Description |
|---|---|
| ProviderConfigurationException |
Thrown by Provider if it cannot initialize properly.
|
| ProviderInvocationException |
Exception thrown by Provider to encapsulate propriertry exception thrown by
underlying implementation provider.
|