kr.co.hit.live.web.delegator.impl
Class LocalServiceDelegator

java.lang.Object
  extended by kr.co.hit.live.web.delegator.impl.LocalServiceDelegator
All Implemented Interfaces:
ServiceDelegator

public class LocalServiceDelegator
extends Object
implements ServiceDelegator

ServiceContainer의 POJO 서비스 객체를 사용하여 Business logic을 호출하는 ServiceDelegator의 구현 클래스이다.

Author:
kimhd

Constructor Summary
LocalServiceDelegator()
           
 
Method Summary
 Object callService(Message message, ApplicationContext context)
          전달된 메시지 정보를 사용하여 business logic을 호출하고 그 결과를 반환한다.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalServiceDelegator

public LocalServiceDelegator()
Method Detail

callService

public Object callService(Message message,
                          ApplicationContext context)
                   throws Throwable
Description copied from interface: ServiceDelegator
전달된 메시지 정보를 사용하여 business logic을 호출하고 그 결과를 반환한다.

Specified by:
callService in interface ServiceDelegator
Returns:
Throws:
Throwable


Copyright © 2014. All Rights Reserved.