com.agical.rmock.core.find.match.method
Class ReplayModifier

java.lang.Object
  extended by com.agical.rmock.core.find.match.method.ReplayModifier
All Implemented Interfaces:
Modifier, java.lang.reflect.InvocationHandler

public class ReplayModifier
extends java.lang.Object
implements Modifier, java.lang.reflect.InvocationHandler


Constructor Summary
ReplayModifier(ExpectationModifier expectationModifier)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 void modify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplayModifier

public ReplayModifier(ExpectationModifier expectationModifier)
Method Detail

modify

public void modify()
Specified by:
modify in interface Modifier

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2005-2010 Agical AB. All Rights Reserved.