org.oddjob.framework
Interface ComponentAdapter

All Known Subinterfaces:
ServiceAdaptor
All Known Implementing Classes:
ServiceMethodAdaptor

public interface ComponentAdapter

Something that adapts a component to implement an interface.

Author:
rob

Method Summary
 Object getComponent()
          Get the component being adapted.
 

Method Detail

getComponent

Object getComponent()
Get the component being adapted.

Returns:
The component. Never null.