org.apache.commons.proxy.interceptor
Class TestSerializingInterceptor.ObjectEchoImpl

java.lang.Object
  extended by org.apache.commons.proxy.interceptor.TestSerializingInterceptor.ObjectEchoImpl
All Implemented Interfaces:
TestSerializingInterceptor.ObjectEcho
Enclosing class:
TestSerializingInterceptor

public static class TestSerializingInterceptor.ObjectEchoImpl
extends Object
implements TestSerializingInterceptor.ObjectEcho


Constructor Summary
TestSerializingInterceptor.ObjectEchoImpl()
           
 
Method Summary
 Object echoBack(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSerializingInterceptor.ObjectEchoImpl

public TestSerializingInterceptor.ObjectEchoImpl()
Method Detail

echoBack

public Object echoBack(Object object)
Specified by:
echoBack in interface TestSerializingInterceptor.ObjectEcho


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.