org.mule.transport.http.config
Class ErrorFilterFactoryBean

java.lang.Object
  extended by org.mule.transport.http.config.ErrorFilterFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

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

TODO


Constructor Summary
ErrorFilterFactoryBean()
           
 
Method Summary
 Filter getFilter()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setFilter(Filter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorFilterFactoryBean

public ErrorFilterFactoryBean()
Method Detail

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

getFilter

public Filter getFilter()

setFilter

public void setFilter(Filter filter)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.