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
 Object getWrappedObject()
          Return the object that is being wrapped by this wrapper class instance.
 

Method Detail

getWrappedObject

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

Returns:
Object The wrapped object
Throws:
IllegalStateException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.