org.apache.cxf.bus.spring
Class OldSpringSupport
java.lang.Object
org.apache.cxf.bus.spring.OldSpringSupport
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean
public final class OldSpringSupport
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.BeanNameAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final Logger LOG
OldSpringSupport
public OldSpringSupport(String imp)
OldSpringSupport
public OldSpringSupport(Bus b,
Class<?> c)
OldSpringSupport
public OldSpringSupport(Bus b,
Class<?> c,
String imp)
logWarning
public static String logWarning(String imp)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
setBeanName
public void setBeanName(String name)
- Specified by:
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
Apache CXF