org.codehaus.enunciate.modules.spring_app.config
Class HandlerInterceptor

java.lang.Object
  extended by org.codehaus.enunciate.modules.spring_app.config.HandlerInterceptor

public class HandlerInterceptor
extends java.lang.Object

Configuration of a handler interceptor.

Author:
Ryan Heaton

Constructor Summary
HandlerInterceptor()
           
 
Method Summary
 java.lang.String getBeanName()
          The bean name of the handler interceptor.
 java.lang.String getInterceptorClass()
          The class of the handler interceptor.
 void setBeanName(java.lang.String beanName)
          The bean name of the handler interceptor.
 void setInterceptorClass(java.lang.String clazz)
          The class of the handler interceptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerInterceptor

public HandlerInterceptor()
Method Detail

getInterceptorClass

public java.lang.String getInterceptorClass()
The class of the handler interceptor.

Returns:
The class of the handler interceptor.

setInterceptorClass

public void setInterceptorClass(java.lang.String clazz)
The class of the handler interceptor.

Parameters:
clazz - The class of the handler interceptor.

getBeanName

public java.lang.String getBeanName()
The bean name of the handler interceptor.

Returns:
The bean name of the handler interceptor.

setBeanName

public void setBeanName(java.lang.String beanName)
The bean name of the handler interceptor.

Parameters:
beanName - The bean name of the handler interceptor.