public abstract class ForwadingBusinessInterfaceDescriptor<T> extends Object implements BusinessInterfaceDescriptor<T>
BusinessInterfaceDescriptor
which forwards all its method calls to another
BusinessInterfaceDescriptor
. Subclasses should override one or more methods to modify the behavior of the backing
BusinessInterfaceDescriptor
as desired per the decorator
pattern.Constructor and Description |
---|
ForwadingBusinessInterfaceDescriptor() |
public ForwadingBusinessInterfaceDescriptor()
protected abstract BusinessInterfaceDescriptor<T> delegate()
public Class<T> getInterface()
BusinessInterfaceDescriptor
getInterface
in interface BusinessInterfaceDescriptor<T>
Copyright © 2008-2013 Seam Framework. All Rights Reserved.