org.apache.commons.proxy
Interface ObjectProvider

All Known Implementing Classes:
BeanProvider, BurlapProvider, CloningProvider, ConstantProvider, HessianProvider, JaxRpcProvider, NullProvider, ProviderDecorator, RmiProvider, SessionBeanProvider, SingletonProvider

public interface ObjectProvider

Provides an object to a delegating proxy.

Since:
1.0
Author:
James Carman

Method Summary
 Object getObject()
          Returns an object.
 

Method Detail

getObject

Object getObject()
Returns an object. Implementing classes should throw a ObjectProviderException if any problems arise while constructing/finding the object.

Returns:
the object on which the method should be called


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