Package com.opensymphony.provider

Interface Summary
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 Summary
ProviderFactory Get specific provider implementation.
 

Exception Summary
ProviderConfigurationException Thrown by Provider if it cannot initialize properly.
ProviderInvocationException Exception thrown by Provider to encapsulate propriertry exception thrown by underlying implementation provider.
 


OSCore Project Page