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:
Avalon Development Team

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

Method Detail

getWrappedObject

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

Returns:
Object The wrapped object
Throws:
java.lang.IllegalStateException


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.