org.apache.commons.proxy.util
Class SuffixInterceptor

java.lang.Object
  extended by org.apache.commons.proxy.util.SuffixInterceptor
All Implemented Interfaces:
org.apache.commons.proxy.Interceptor

public class SuffixInterceptor
extends Object
implements org.apache.commons.proxy.Interceptor

Since:
1.0
Author:
James Carman

Constructor Summary
SuffixInterceptor(String suffix)
           
 
Method Summary
 Object intercept(org.apache.commons.proxy.Invocation methodInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuffixInterceptor

public SuffixInterceptor(String suffix)
Method Detail

intercept

public Object intercept(org.apache.commons.proxy.Invocation methodInvocation)
                 throws Throwable
Specified by:
intercept in interface org.apache.commons.proxy.Interceptor
Throws:
Throwable


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