Apache CXF API

org.apache.cxf.bus.spring
Class OldSpringSupport

java.lang.Object
  extended by org.apache.cxf.bus.spring.OldSpringSupport
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<Object>

public final class OldSpringSupport
extends Object
implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.BeanNameAware


Field Summary
static Logger LOG
           
 
Constructor Summary
OldSpringSupport(Bus b, Class<?> c)
           
OldSpringSupport(Bus b, Class<?> c, String imp)
           
OldSpringSupport(String imp)
           
 
Method Summary
 Object getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
static String logWarning(String imp)
           
 void setBeanName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final Logger LOG
Constructor Detail

OldSpringSupport

public OldSpringSupport(String imp)

OldSpringSupport

public OldSpringSupport(Bus b,
                        Class<?> c)

OldSpringSupport

public OldSpringSupport(Bus b,
                        Class<?> c,
                        String imp)
Method Detail

logWarning

public static String logWarning(String imp)

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Object>
Throws:
Exception

getObjectType

public Class<?> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>

setBeanName

public void setBeanName(String name)
Specified by:
setBeanName in interface org.springframework.beans.factory.BeanNameAware

Apache CXF API

Apache CXF