SPRNET-924 - Provide an AutoProxyCreator implementations based on object type names, class attributes, and type names

This commit is contained in:
markpollack
2008-11-06 07:08:15 +00:00
parent 1235ead8e6
commit 3220afc71a

View File

@@ -2210,6 +2210,14 @@ Saving speaker...
patterns.</para>
</sect3>
<sect3>
<title>AttributeAutoProxyCreator</title>
<para>An AutoProxyCreator, that identifies objects to be proxied by
checking any System.Attribute defined on a given type and that types
interfaces.</para>
</sect3>
<sect3>
<title>AbstractFilteringAutoProxyCreator</title>