org.apache.camel.spi
Interface Provider<T>


public interface Provider<T>

A provider of newly constructed objects

Version:
$Revision: 688279 $

Method Summary
 T get()
          Returns the newly constructed instance
 

Method Detail

get

T get()
Returns the newly constructed instance

Returns:
the newly constructed instance


Apache CAMEL