javax.interceptor
Interface InvocationContext


public interface InvocationContext

Version:
$Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Wed, 25 Oct 2006) $

Method Summary
 Map<String,Object> getContextData()
           
 Method getMethod()
           
 Object[] getParameters()
           
 Object getTarget()
           
 Object proceed()
           
 void setParameters(Object[] parameters)
           
 

Method Detail

getTarget

Object getTarget()

getMethod

Method getMethod()

getParameters

Object[] getParameters()

setParameters

void setParameters(Object[] parameters)

getContextData

Map<String,Object> getContextData()

proceed

Object proceed()
               throws Exception
Throws:
Exception


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.