org.apache.camel
Interface Provider<T>


public interface Provider<T>

A provider of newly constructed objects

Version:
$Revision: 521162 $

Method Summary
 T get()
          Returns the newly constructed instance
 

Method Detail

get

T get()
Returns the newly constructed instance



Copyright © 2007 Apache Software Foundation. All Rights Reserved.