org.apache.geronimo.blueprint.container
Interface AggregateConverter.Convertible

All Known Implementing Classes:
ReferenceListRecipe.ProvidedObject, ReferenceRecipe.ServiceProxyWrapper
Enclosing class:
AggregateConverter

public static interface AggregateConverter.Convertible

Objects implementing this interface will bypass the default conversion rules and be called directly to transform into the expected type.


Method Summary
 Object convert(ReifiedType type)
           
 

Method Detail

convert

Object convert(ReifiedType type)
               throws Exception
Throws:
Exception


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.