org.apache.cxf.bus.blueprint
Class ConfigurerImpl

java.lang.Object
  extended by org.apache.cxf.bus.blueprint.ConfigurerImpl
All Implemented Interfaces:
org.apache.cxf.configuration.Configurer

public class ConfigurerImpl
extends Object
implements org.apache.cxf.configuration.Configurer


Field Summary
 
Fields inherited from interface org.apache.cxf.configuration.Configurer
DEFAULT_USER_CFG_FILE, USER_CFG_FILE_PROPERTY_NAME, USER_CFG_FILE_PROPERTY_URL
 
Constructor Summary
ConfigurerImpl(org.osgi.service.blueprint.container.BlueprintContainer con)
           
 
Method Summary
 void configureBean(Object beanInstance)
           
 void configureBean(String bn, Object beanInstance)
           
 void configureBean(String bn, Object beanInstance, boolean checkWildcards)
           
protected  String getBeanName(Object beanInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurerImpl

public ConfigurerImpl(org.osgi.service.blueprint.container.BlueprintContainer con)
Method Detail

configureBean

public void configureBean(Object beanInstance)
Specified by:
configureBean in interface org.apache.cxf.configuration.Configurer

configureBean

public void configureBean(String bn,
                          Object beanInstance)
Specified by:
configureBean in interface org.apache.cxf.configuration.Configurer

configureBean

public void configureBean(String bn,
                          Object beanInstance,
                          boolean checkWildcards)

getBeanName

protected String getBeanName(Object beanInstance)


Apache CXF