org.jboss.seam.intercept
Interface InvocationContext

All Known Implementing Classes:
EE5SeamInvocationContext, RootInvocationContext, SeamInvocationContext

public interface InvocationContext


Method Summary
 Map getContextData()
           
 Method getMethod()
           
 Object[] getParameters()
           
 Object getTarget()
           
 Object proceed()
           
 void setParameters(Object[] params)
           
 

Method Detail

getTarget

Object getTarget()

getContextData

Map getContextData()

getMethod

Method getMethod()

getParameters

Object[] getParameters()

proceed

Object proceed()
               throws Exception
Throws:
Exception

setParameters

void setParameters(Object[] params)