org.codehaus.xfire.spring.config
Class ServiceFactoryBean

java.lang.Object
  extended by org.codehaus.xfire.spring.config.ServiceFactoryBean

public class ServiceFactoryBean
extends java.lang.Object

Author:
Tomasz Sztelak

Constructor Summary
ServiceFactoryBean(java.lang.String name)
           
 
Method Summary
protected  ObjectServiceFactory getAnnotationServiceFactory(java.lang.String annotationType)
           
 java.lang.String getName()
           
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 TransportManager getTransportManager()
           
 void initialize()
           
 boolean isSingleton()
           
protected  java.lang.Class loadClass(java.lang.String className)
           
protected  ObjectServiceFactory loadServiceFactory(java.lang.String serviceFactoryName)
           
 void setName(java.lang.String name)
           
 void setTransportManager(TransportManager transportManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFactoryBean

public ServiceFactoryBean(java.lang.String name)
Method Detail

getTransportManager

public TransportManager getTransportManager()

setTransportManager

public void setTransportManager(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
Throws:
java.lang.Exception

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

getObjectType

public java.lang.Class getObjectType()

isSingleton

public boolean isSingleton()

getAnnotationServiceFactory

protected ObjectServiceFactory getAnnotationServiceFactory(java.lang.String annotationType)
                                                    throws java.lang.Exception
Parameters:
annotationType -
bindingProvider -
Returns:
Throws:
java.lang.Exception

loadServiceFactory

protected 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-2006 Envoi Solutions LLC. All Rights Reserved.