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() |
Modifier and Type | Method and Description |
---|---|
protected abstract BusinessInterfaceDescriptor<T> |
delegate() |
boolean |
equals(Object obj) |
Class<T> |
getInterface()
Gets the business interface class
|
int |
hashCode() |
String |
toString() |
public ForwadingBusinessInterfaceDescriptor()
protected abstract BusinessInterfaceDescriptor<T> delegate()
public Class<T> getInterface()
BusinessInterfaceDescriptor
getInterface
in interface BusinessInterfaceDescriptor<T>
Copyright © 2008-2015. All Rights Reserved.