com.tonbeller.wcf.param
Class ParamLinkTag.InvokeMethodAction

java.lang.Object
  extended bycom.tonbeller.wcf.param.ParamLinkTag.InvokeMethodAction
All Implemented Interfaces:
ParamLinkTag.Action
Enclosing class:
ParamLinkTag

public static class ParamLinkTag.InvokeMethodAction
extends java.lang.Object
implements ParamLinkTag.Action

invokes a Method with the signature

methodName(RequestContext context) throws Exception;

Author:
av

Method Summary
 void execute(RequestContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(RequestContext context)
             throws java.lang.Exception
Specified by:
execute in interface ParamLinkTag.Action
Throws:
java.lang.Exception