org.objectweb.telosys.rpl.xml
Interface IXmlWrapperProvider

All Known Implementing Classes:
StandardXmlWrapperRegistry

public interface IXmlWrapperProvider


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

getWrapper

public IXmlWrapper getWrapper(java.lang.Object beanInstance)
Returns an XML wrapper associated with the given bean class name

Parameters:
beanInstance -
Returns:
Throws:
TelosysException

getWrapper

public IXmlWrapper getWrapper(java.lang.Class beanClass)
Returns an XML wrapper associated with the given bean class name

Parameters:
beanClass -
Returns:
Throws:
TelosysException