public class ErrorFilterFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
ErrorFilterFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Filter |
getFilter() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setFilter(Filter filter) |
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public Filter getFilter()
public void setFilter(Filter filter)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.