kr.co.hit.live.web.delegator
Interface Message

All Known Implementing Classes:
JsonMessage, RemotingMessage, XFrameMessage, XPlatformMessage

public interface Message

다양한 입력 채널에서 생성되는 Message의 규약을 정의한 인터페이스이다.

Author:
kimhd

Method Summary
 Object getBody()
           
 String getMethod()
           
 String getTarget()
           
 boolean requireTransaction()
           
 

Method Detail

getTarget

String getTarget()

getMethod

String getMethod()

getBody

Object getBody()

requireTransaction

boolean requireTransaction()


Copyright © 2014. All Rights Reserved.