org.codehaus.xfire.spring.config
Class ServiceFactoryBean
java.lang.Object
org.codehaus.xfire.spring.config.ServiceFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class ServiceFactoryBean
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean
- Author:
- Tomasz Sztelak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceFactoryBean
public ServiceFactoryBean(java.lang.String name)
getTransportManager
public org.codehaus.xfire.transport.TransportManager getTransportManager()
setTransportManager
public void setTransportManager(org.codehaus.xfire.transport.TransportManager transportManager)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
initialize
public void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
getObjectType
public java.lang.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
getAnnotationServiceFactory
protected org.codehaus.xfire.service.binding.ObjectServiceFactory getAnnotationServiceFactory(java.lang.String annotationType)
throws java.lang.Exception
- Parameters:
annotationType
- bindingProvider
-
- Returns:
-
- Throws:
java.lang.Exception
loadServiceFactory
protected org.codehaus.xfire.service.binding.ObjectServiceFactory loadServiceFactory(java.lang.String serviceFactoryName)
- Parameters:
bindingProvider
- serviceFactoryName
-
- Returns:
loadClass
protected java.lang.Class loadClass(java.lang.String className)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2008. All Rights Reserved.