Uses of Interface
org.unitils.mock.core.proxy.ProxyInvocationHandler

Packages that use ProxyInvocationHandler
org.unitils.mock.core   
org.unitils.mock.core.matching   
org.unitils.mock.core.proxy   
org.unitils.mock.dummy   
 

Uses of ProxyInvocationHandler in org.unitils.mock.core
 

Classes in org.unitils.mock.core that implement ProxyInvocationHandler
protected  class MockProxy.InvocationHandler
           
 

Uses of ProxyInvocationHandler in org.unitils.mock.core.matching
 

Classes in org.unitils.mock.core.matching that implement ProxyInvocationHandler
protected  class MatchingInvocationBuilder.InvocationHandler
           
 

Uses of ProxyInvocationHandler in org.unitils.mock.core.proxy
 

Methods in org.unitils.mock.core.proxy with parameters of type ProxyInvocationHandler
protected static
<T> T
ProxyFactory.createProxy(String mockName, boolean initialize, ProxyInvocationHandler invocationHandler, Class<T> proxiedClass, Class<?>... implementedInterfaces)
          Creates a proxy object for the given type.
static
<T> T
ProxyFactory.createProxy(String mockName, ProxyInvocationHandler invocationHandler, Class<T> proxiedClass, Class<?>... implementedInterfaces)
          Creates a proxy object for the given type.
static
<T> T
ProxyFactory.createUninitializedProxy(String mockName, ProxyInvocationHandler invocationHandler, Class<T> proxiedClass, Class<?>... implementedInterfaces)
          Creates a proxy object for the given type.
 

Constructors in org.unitils.mock.core.proxy with parameters of type ProxyInvocationHandler
CglibProxyMethodInterceptor(String mockName, Class<T> proxiedType, ProxyInvocationHandler invocationHandler)
          Creates an interceptor.
 

Uses of ProxyInvocationHandler in org.unitils.mock.dummy
 

Classes in org.unitils.mock.dummy that implement ProxyInvocationHandler
static class DummyObjectUtil.DummyObjectInvocationHandler
          Invocation handler for the dummy proxy object that will return default values for every invocation.
 



Copyright © 2011. All Rights Reserved.