Interface describing the contract of XML wrapper providers
Method Summary | |
IXmlWrapper |
getWrapper(java.lang.Class beanClass)
Returns an XML wrapper associated with the given bean class name |
IXmlWrapper |
getWrapper(java.lang.Object beanInstance)
Returns an XML wrapper associated with the given bean class name |
Method Detail |
public IXmlWrapper getWrapper(java.lang.Object beanInstance)
beanInstance
- the object instance (cannot be null)
TelosysRuntimeException
- if the parameter is nullpublic IXmlWrapper getWrapper(java.lang.Class beanClass)
beanClass
- the object class (cannot be null)
TelosysRuntimeException
- if the parameter is null