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

Packages that use XPlatformMessage
kr.co.hit.live.web.xplatform   
 

Uses of XPlatformMessage in kr.co.hit.live.web.xplatform
 

Methods in kr.co.hit.live.web.xplatform that return XPlatformMessage
protected  XPlatformMessage XPlatformWebAction.getMessage(javax.servlet.http.HttpServletRequest request)
           
protected  XPlatformMessage XPlatformWebAction.handleMessage(XPlatformMessage message)
          전달된 message를 받아서 처리하고 그 결과를 다시 XPlatformMessage 객체로 반환한다.
 

Methods in kr.co.hit.live.web.xplatform with parameters of type XPlatformMessage
protected  XPlatformMessage XPlatformWebAction.handleMessage(XPlatformMessage message)
          전달된 message를 받아서 처리하고 그 결과를 다시 XPlatformMessage 객체로 반환한다.
protected  void XPlatformWebAction.writePlatformData(javax.servlet.http.HttpServletResponse response, XPlatformMessage message)
          xPlatformMessage 객체를 HttpServletResponse의 PlatformData으로 serialize 하여 전송한다.
 



Copyright © 2014. All Rights Reserved.