kr.co.hit.live.web.mapper.action.impl
Class LocalServiceDelegator

java.lang.Object
  extended by kr.co.hit.live.web.mapper.action.impl.LocalServiceDelegator
All Implemented Interfaces:
ActionDelegator

public class LocalServiceDelegator
extends Object
implements ActionDelegator

Action Map 파일에 정의된 Url이 "svc://local" 인 경우에 사용되는 ActionDelegator의 구현 클래스이다.

Since:
4.0
Author:
김형도

Constructor Summary
LocalServiceDelegator(Action action)
           
 
Method Summary
 Object execute(Class<?>[] argTypes, Object[] argValues, ApplicationContext ctx)
          주어진 파라메터의 타입과 파라메터 값을 사용하여 action을 실행한다.
 Object execute(Object[] argValues, ApplicationContext ctx)
          주어진 파라메터 값을 사용하여 action을 실행한다.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalServiceDelegator

public LocalServiceDelegator(Action action)
Method Detail

execute

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

Specified by:
execute in interface ActionDelegator
Returns:
Throws:
Throwable

execute

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

Specified by:
execute in interface ActionDelegator
Returns:
Throws:
Throwable


Copyright © 2014. All Rights Reserved.