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

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

public class WebServiceDelegator
extends Object
implements ActionDelegator


Constructor Summary
WebServiceDelegator()
           
 
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

WebServiceDelegator

public WebServiceDelegator()
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.