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 java.lang.Object
implements org.springframework.beans.factory.FactoryBean

Author:
Tomasz Sztelak

Constructor Summary
SchemaBean()
           
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 boolean isSingleton()
           
 void setLocation(java.lang.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 java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getObject

public java.lang.Object getObject()
                           throws java.lang.Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
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


Copyright © 2004-2011. All Rights Reserved.