Uses of Interface
org.eclipse.gemini.blueprint.config.internal.util.AttributeCallback

Packages that use AttributeCallback
org.eclipse.gemini.blueprint.blueprint.config.internal   
org.eclipse.gemini.blueprint.config.internal   
org.eclipse.gemini.blueprint.config.internal.util   
 

Uses of AttributeCallback in org.eclipse.gemini.blueprint.blueprint.config.internal
 

Classes in org.eclipse.gemini.blueprint.blueprint.config.internal that implement AttributeCallback
 class BlueprintReferenceAttributeCallback
          RFC124/Blueprint specific attributes that need to be converted to Spring DM.
 

Methods in org.eclipse.gemini.blueprint.blueprint.config.internal with parameters of type AttributeCallback
protected  void BlueprintServiceDefinitionParser.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
           
protected  void BlueprintReferenceBeanDefinitionParser.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
           
protected  void BlueprintCollectionBeanDefinitionParser.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
           
 

Uses of AttributeCallback in org.eclipse.gemini.blueprint.config.internal
 

Methods in org.eclipse.gemini.blueprint.config.internal with parameters of type AttributeCallback
protected  void ServiceBeanDefinitionParser.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
           
protected  void ReferenceBeanDefinitionParser.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
           
protected  void CollectionBeanDefinitionParser.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
          Allow subclasses to add their own callbacks. Add support for 'greedy-proxying' attribute.
protected  void AbstractReferenceDefinitionParser.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks, OsgiDefaultsDefinition defaults)
          Allow subclasses to add their own callbacks.
 

Uses of AttributeCallback in org.eclipse.gemini.blueprint.config.internal.util
 

Classes in org.eclipse.gemini.blueprint.config.internal.util that implement AttributeCallback
 class BlueprintAttributeCallback
           
 class ConventionsCallback
          Callback relying on 'Spring' conventions.
 class PropertyRefAttributeCallback
          Convention callback that transforms "<property-name>-ref" attributes into a bean definition that sets the give <property-name> to a bean reference pointing to the attribute value.
 class ServiceAttributeCallback
          <service> attribute callback.
 class StandardAttributeCallback
          Standard attribute callback.
 

Methods in org.eclipse.gemini.blueprint.config.internal.util that return AttributeCallback
static AttributeCallback[] ParserUtils.mergeCallbacks(AttributeCallback[] callbacksA, AttributeCallback[] callbacksB)
           
 

Methods in org.eclipse.gemini.blueprint.config.internal.util with parameters of type AttributeCallback
static AttributeCallback[] ParserUtils.mergeCallbacks(AttributeCallback[] callbacksA, AttributeCallback[] callbacksB)
           
static AttributeCallback[] ParserUtils.mergeCallbacks(AttributeCallback[] callbacksA, AttributeCallback[] callbacksB)
           
static void ParserUtils.parseAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks)
          Generic attribute callback.
static void ParserUtils.parseCustomAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback callback)
          Derivative for #parseCustomAttributes(Element, BeanDefinitionBuilder, org.eclipse.gemini.blueprint.internal.config.ParserUtils.AttributeCallback[]) accepting only one AttributeCallback.
static void ParserUtils.parseCustomAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, AttributeCallback[] callbacks)
          Dedicated parsing method that uses the following stack: user given AttributeCallbacks StandardAttributeCallback PropertyRefAttributeCallback ConventionCallback
 



Copyright © 2006-2012. All Rights Reserved.