de.keepondreaming.xml
Interface ProxyClassCreator
- All Known Subinterfaces:
- ClassProxyAccess
- All Known Implementing Classes:
- ClassProxy
public interface ProxyClassCreator
If an instance of ObjectStrategy
creates
objects via Proxy
this class returns the
target interface.
$Author: wintermond $
$Date: 2005/07/10 18:40:41 $
$Log: ProxyClassCreator.java,v $
Revision 1.2 2005/07/10 18:40:41 wintermond
javadoc
Revision 1.1 2005/07/09 10:01:03 wintermond
Initial
Method Summary |
java.lang.Class |
getWrappedClass(java.lang.Object object)
Returns the target interface of the
object, which is an instance
created by Proxy |
getWrappedClass
java.lang.Class getWrappedClass(java.lang.Object object)
- Returns the target interface of the
object, which is an instance
created by
Proxy
- Parameters:
object
-
- Returns:
- Target interface of object usable by
XmlConverter
Copyright © -2005 . All Rights Reserved.