com.rapidtransform.core.search.lucene
Class MetaCompassBean

java.lang.Object
  extended by org.compass.spring.LocalCompassBean
      extended by com.rapidtransform.core.search.lucene.MetaCompassBean
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class MetaCompassBean
extends org.compass.spring.LocalCompassBean

Author:
Steve Werner

Constructor Summary
MetaCompassBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 MetaService getMetaService()
           
 void setMetaService(MetaService metaService)
           
 
Methods inherited from class org.compass.spring.LocalCompassBean
destroy, getObject, getObjectType, isSingleton, setBeanName, setClassMappings, setCompassConfiguration, setCompassSettings, setConfigLocation, setConvertersByName, setDataSource, setMappingResolvers, setResourceDirectoryLocations, setResourceJarLocations, setResourceLocations, setTransactionManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaCompassBean

public MetaCompassBean()
Method Detail

getMetaService

public MetaService getMetaService()
Returns:
Returns the metaService.

setMetaService

public void setMetaService(MetaService metaService)
Parameters:
metaService - The metaService to set.

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Overrides:
afterPropertiesSet in class org.compass.spring.LocalCompassBean
Throws:
java.lang.Exception