public final class OldSpringSupport extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
OldSpringSupport(Bus b,
Class<?> c) |
OldSpringSupport(Bus b,
Class<?> c,
String imp) |
OldSpringSupport(String imp) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
static String |
logWarning(String imp) |
void |
setBeanName(String name) |
public static final Logger LOG
public OldSpringSupport(String imp)
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwareApache CXF