org.apache.aries.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(org.osgi.service.blueprint.container.ReifiedType type)
           
 

Method Detail

convert

Object convert(org.osgi.service.blueprint.container.ReifiedType type)
               throws Exception
Throws:
Exception


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