org.jboss.seam.intercept
Interface InvocationContext


public interface InvocationContext

A copy of the EE5 standard InvocationContext API. We do this because some poor souls are still using J2EE. Pray for them.

Author:
Gavin King

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)