|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProxyConfiguration
Declares a configuration for he indirection handler factory.
ProxyFactory| Method Summary | |
|---|---|
java.lang.Class |
getCollectionProxyClass()
Returns the collection proxy class for generic collection classes that implement the Collection interface. |
java.lang.Class |
getIndirectionHandlerClass()
Returns the indirection handler implementation class. |
java.lang.Class |
getListProxyClass()
Returns the collection proxy class for collection classes that implement the List
interface. |
java.lang.Class |
getProxyFactoryClass()
Returns the proxy factory class |
java.lang.Class |
getSetProxyClass()
Returns the collection proxy class for collection classes that implement the Set
interface. |
| Method Detail |
|---|
java.lang.Class getIndirectionHandlerClass()
IndirectionHandlerjava.lang.Class getListProxyClass()
List
interface.
ProxyFactory.setListProxyClass(Class)java.lang.Class getSetProxyClass()
Set
interface.
ProxyFactory.setSetProxyClass(Class)java.lang.Class getCollectionProxyClass()
Collection interface.
ProxyFactory.setCollectionProxyClass(Class)java.lang.Class getProxyFactoryClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||