Uses of Class
com.tobesoft.xplatform.tx.PlatformRequest

Packages that use PlatformRequest
com.tobesoft.xplatform.tx X-API의 데이터 통신을 수행한다. 
 

Uses of PlatformRequest in com.tobesoft.xplatform.tx
 

Subclasses of PlatformRequest in com.tobesoft.xplatform.tx
 class HttpPlatformRequest
          HTTP 요청으로부터 데이터(PlatformData)를 수신받는다.
 

Constructors in com.tobesoft.xplatform.tx with parameters of type PlatformRequest
PlatformResponse(PlatformRequest req)
          PlatformRequest를 가지는 생성자이다.
PlatformResponse(java.io.OutputStream out, PlatformRequest req)
          OutputStreamPlatformRequest를 가지는 생성자이다.
PlatformResponse(java.io.Writer writer, PlatformRequest req)
          WriterPlatformRequest를 가지는 생성자이다.
PartPlatformResponse(PlatformRequest req)
          PlatformRequest를 가지는 생성자이다.
PartPlatformResponse(java.io.OutputStream out, PlatformRequest req)
          OutputStreamPlatformRequest를 가지는 생성자이다.
PartPlatformResponse(java.io.Writer writer, PlatformRequest req)
          WriterPlatformRequest를 가지는 생성자이다.
JavaTypePlatformResponse(PlatformRequest req)
          PlatformRequest를 가지는 생성자이다.
JavaTypePlatformResponse(java.io.OutputStream out, PlatformRequest req)
          OutputStreamPlatformRequest를 가지는 생성자이다.
JavaTypePlatformResponse(java.io.Writer writer, PlatformRequest req)
          WriterPlatformRequest를 가지는 생성자이다.
HttpPlatformResponse(javax.servlet.http.HttpServletResponse httpRes, PlatformRequest req)
          HttpServletResponsePlatformRequest를 가지는 생성자이다.
HttpPlatformResponse(javax.servlet.http.HttpServletResponse httpRes, java.io.Writer out, PlatformRequest req)
          HttpServletResponse, WriterPlatformRequest를 가지는 생성자이다.
HttpPartPlatformResponse(javax.servlet.http.HttpServletResponse httpRes, PlatformRequest req)
          HttpServletResponsePlatformRequest를 가지는 생성자이다.
HttpPartPlatformResponse(javax.servlet.http.HttpServletResponse httpRes, java.io.Writer out, PlatformRequest req)
          HttpServletResponse, WriterPlatformRequest를 가지는 생성자이다.
HttpJavaTypePlatformResponse(javax.servlet.http.HttpServletResponse httpRes, PlatformRequest req)
          HttpServletResponsePlatformRequest를 가지는 생성자이다.
HttpJavaTypePlatformResponse(javax.servlet.http.HttpServletResponse httpRes, java.io.Writer out, PlatformRequest req)
          HttpServletResponse, WriterPlatformRequest를 가지는 생성자이다.
 



Copyright © 2000-2011 TOBESOFT Co., Ltd.