tweed.system.interceptor
Class InterceptorBuilder

java.lang.Object
  |
  +--tweed.system.interceptor.InterceptorBuilder

public final class InterceptorBuilder
extends java.lang.Object

Version:
$Id$
Author:
Laurent Caillette

Constructor Summary
InterceptorBuilder()
           
 
Method Summary
 java.lang.Object build(java.lang.ClassLoader classLoader, java.lang.Object subject, InterceptionHandler handler)
           
 java.lang.Object build(java.lang.Object subject, InterceptionHandler interceptor)
           
static InterceptorBuilder getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorBuilder

public InterceptorBuilder()
Method Detail

getInstance

public static InterceptorBuilder getInstance()

build

public java.lang.Object build(java.lang.Object subject,
                              InterceptionHandler interceptor)
                       throws PropertyDefinitionException
PropertyDefinitionException

build

public java.lang.Object build(java.lang.ClassLoader classLoader,
                              java.lang.Object subject,
                              InterceptionHandler handler)
                       throws PropertyDefinitionException
PropertyDefinitionException


Copyright © 2003 Laurent Caillette. All Rights Reserved.