wt.inf.template
Interface UploadTemplateRequest

All Superinterfaces:
TemplateRequest
All Known Subinterfaces:
UploadBusinessXMLRequest
All Known Implementing Classes:
AbstractBusinessXMLRequest

public interface UploadTemplateRequest
extends TemplateRequest



Supported API: false

Extendable: false


Method Summary
 void closeRequestStream(InputStream stream)
          

Supported API: false
 String getEncoding()
          Caller should close this stream by calling closeRequestStream

Supported API: false
 InputStream getInputStream()
          Caller should close this stream by calling closeRequestStream

Supported API: false
 void releaseRequest()
          This method is called by the framework to release the request object.
 

Method Detail

getInputStream

public InputStream getInputStream()
                           throws WTException
Caller should close this stream by calling closeRequestStream

Supported API: false

Returns:
InputStream
Throws:
WTException

releaseRequest

public void releaseRequest()
This method is called by the framework to release the request object.

Supported API: false


closeRequestStream

public void closeRequestStream(InputStream stream)
                        throws WTException


Supported API: false

Parameters:
stream -
Throws:
WTException

getEncoding

public String getEncoding()
                   throws WTException
Caller should close this stream by calling closeRequestStream

Supported API: false

Returns:
String
Throws:
WTException