org.apache.avalon.fortress.impl.factory
Interface WrapperClass


public interface WrapperClass

The interface WrapperClass provides a means of asking a dynamically created wrapper for a given object for said wrapped object.

Author:
Olaf Bergner

Method Summary
 Object getWrappedObject()
          Return the object that is being wrapped by this wrapper class instance.
 

Method Detail

getWrappedObject

public Object getWrappedObject()
                        throws IllegalStateException
Return the object that is being wrapped by this wrapper class instance.

Returns:
Object The wrapped object
Throws:
IllegalStateException


Copyright © 2000-2002 Apache Avalon Project. All Rights Reserved.