com.servingxml.components.error
Class CatchErrorAssembler

java.lang.Object
  extended by com.servingxml.components.error.CatchErrorAssembler

public class CatchErrorAssembler
extends java.lang.Object

Factory for creating a CatchError instance.

See Also:
CatchError

Constructor Summary
CatchErrorAssembler()
           
 
Method Summary
 CatchError assemble(ConfigurationContext context)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(Task[] tasks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatchErrorAssembler

public CatchErrorAssembler()
Method Detail

injectComponent

public void injectComponent(Task[] tasks)

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

assemble

public CatchError assemble(ConfigurationContext context)