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


public interface Provider<T>

A provider of newly constructed objects

Version:
$Revision: 532316 $

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.