kr.co.hit.live.web.xplatform
Class XPlatformMessage
java.lang.Object
kr.co.hit.live.web.xplatform.XPlatformMessage
- All Implemented Interfaces:
- Message
public class XPlatformMessage
- extends Object
- implements Message
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPlatformMessage
public XPlatformMessage(Throwable thr)
XPlatformMessage
public XPlatformMessage()
setError
public void setError(Throwable thr)
getError
public Throwable getError()
setTarget
public void setTarget(String target)
getTarget
public String getTarget()
- Specified by:
getTarget in interface Message
setMethod
public void setMethod(String method)
getMethod
public String getMethod()
- Specified by:
getMethod in interface Message
getBody
public Object getBody()
- Specified by:
getBody in interface Message
requireTransaction
public boolean requireTransaction()
- Specified by:
requireTransaction in interface Message
setBody
public void setBody(ValueObjectAssembler pVOs)
- ValueObjectAssembler 객체를 메시지 body로 설정한다.
- Parameters:
pVOs -
setBody
public void setBody(com.tobesoft.xplatform.data.PlatformData platformData)
- PlatformData로부터 ValueObjectAssembler객체를 생성하여 메시지 body로 설정한다.
- Parameters:
platformData -
getPlatformData
public com.tobesoft.xplatform.data.PlatformData getPlatformData()
- ValueObjectAssembler로부터 PlatformData를 생성한다.
- Returns:
Copyright © 2014. All Rights Reserved.