kr.co.hit.live.web.xplatform
Class XPlatformMessage

java.lang.Object
  extended by kr.co.hit.live.web.xplatform.XPlatformMessage
All Implemented Interfaces:
Message

public class XPlatformMessage
extends Object
implements Message


Constructor Summary
XPlatformMessage()
           
XPlatformMessage(Throwable thr)
           
 
Method Summary
 Object getBody()
           
 Throwable getError()
           
 String getMethod()
           
 com.tobesoft.xplatform.data.PlatformData getPlatformData()
          ValueObjectAssembler로부터 PlatformData를 생성한다.
 String getTarget()
           
 boolean requireTransaction()
           
 void setBody(com.tobesoft.xplatform.data.PlatformData platformData)
          PlatformData로부터 ValueObjectAssembler객체를 생성하여 메시지 body로 설정한다.
 void setBody(ValueObjectAssembler pVOs)
          ValueObjectAssembler 객체를 메시지 body로 설정한다.
 void setError(Throwable thr)
           
 void setMethod(String method)
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPlatformMessage

public XPlatformMessage(Throwable thr)

XPlatformMessage

public XPlatformMessage()
Method Detail

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.