Package org.jboss.weld.ejb.spi.helpers
Class ForwadingBusinessInterfaceDescriptor<T>
java.lang.Object
org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor<T>
- All Implemented Interfaces:
BusinessInterfaceDescriptor<T>
public abstract class ForwadingBusinessInterfaceDescriptor<T>
extends Object
implements BusinessInterfaceDescriptor<T>
An implementation of
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.- Author:
- Pete Muir
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ForwadingBusinessInterfaceDescriptor
public ForwadingBusinessInterfaceDescriptor()
-
-
Method Details
-
delegate
Returns the delegate- Returns:
- delegate
-
getInterface
Description copied from interface:BusinessInterfaceDescriptorGets the business interface class- Specified by:
getInterfacein interfaceBusinessInterfaceDescriptor<T>- Returns:
- the business interface class
-
equals
-
toString
-
hashCode
public int hashCode()
-