kr.co.hit.live.web.mapper.action
Interface ActionDelegator

All Known Implementing Classes:
EJBServiceDelegator, LocalServiceDelegator, WebServiceDelegator

public interface ActionDelegator

Action Map에 정의된 action의 내용을 실행하는 역할의 인터페이스이다.

Since:
4.0
Author:
김형도

Method Summary
 Object execute(Class<?>[] argTypes, Object[] argValues, ApplicationContext ctx)
          주어진 파라메터의 타입과 파라메터 값을 사용하여 action을 실행한다.
 Object execute(Object[] argValues, ApplicationContext ctx)
          주어진 파라메터 값을 사용하여 action을 실행한다.
 

Method Detail

execute

Object execute(Class<?>[] argTypes,
               Object[] argValues,
               ApplicationContext ctx)
               throws Throwable
주어진 파라메터의 타입과 파라메터 값을 사용하여 action을 실행한다.

Parameters:
argTypes -
argValues -
ctx -
Returns:
Throws:
Throwable

execute

Object execute(Object[] argValues,
               ApplicationContext ctx)
               throws Throwable
주어진 파라메터 값을 사용하여 action을 실행한다. 파라메터 타입은 파라메터 값을 사용하여 얻어낸다.

Parameters:
argValues -
ctx -
Returns:
Throws:
Throwable


Copyright © 2014. All Rights Reserved.