org.codehaus.xfire.spring.config
Class SchemaBean

java.lang.Object
  extended by org.codehaus.xfire.spring.config.SchemaBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class SchemaBean
extends Object
implements org.springframework.beans.factory.FactoryBean

Author:
Tomasz Sztelak

Constructor Summary
SchemaBean()
           
 
Method Summary
 String getLocation()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setLocation(String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaBean

public SchemaBean()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

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


Copyright © 2004-2013. All Rights Reserved.