Uses of Class
com.infoengine.object.IeMultipartInputStream

Packages that use IeMultipartInputStream
com.infoengine   
com.infoengine.jsp.taglibs   
com.infoengine.messaging   
com.infoengine.object   
com.infoengine.object.factory   
com.infoengine.procunit   
com.infoengine.procunit.adapter   
com.infoengine.SAK   
com.infoengine.soap   
com.ptc.core.adapter.server.impl   
wt.adapter.enterprise   
 

Uses of IeMultipartInputStream in com.infoengine
 

Fields in com.infoengine declared as IeMultipartInputStream
private  IeMultipartInputStream IeServlet.RequestDispatcher.requestStream
           
 

Uses of IeMultipartInputStream in com.infoengine.jsp.taglibs
 

Fields in com.infoengine.jsp.taglibs declared as IeMultipartInputStream
(package private)  IeMultipartInputStream IeTagBase.inputStream
           
protected  IeMultipartInputStream Executor.inputStream
           
 

Uses of IeMultipartInputStream in com.infoengine.messaging
 

Methods in com.infoengine.messaging that return IeMultipartInputStream
protected  IeMultipartInputStream MsgProcessor.message2InputStream(javax.jms.Message m, boolean multipart)
          turn a message into an IeMultipartInputStream
 

Methods in com.infoengine.messaging with parameters of type IeMultipartInputStream
protected  IeRequest MsgListener.executeTask(String executeTask, Request factoryRequest, javax.jms.Message m, IeMultipartInputStream imis)
          build an environment, possibly set an input stream and execute a task with uri executeTask.
 

Uses of IeMultipartInputStream in com.infoengine.object
 

Subclasses of IeMultipartInputStream in com.infoengine.object
 class IeEncodedInputStream
           
 class ServletMultipartInputStream
          Deprecated. Use IeMultipartInputStream.
 

Constructors in com.infoengine.object with parameters of type IeMultipartInputStream
IeMultipartOutputStream(OutputStream out, IeMultipartInputStream in)
          Constructs an Info*Engine multipart output stream by wrapping a basic output stream and obtaining boundary and content type information from an Info*Engine servlet multipart input stream.
 

Uses of IeMultipartInputStream in com.infoengine.object.factory
 

Methods in com.infoengine.object.factory that return IeMultipartInputStream
 IeMultipartInputStream Task.getInputStream()
          Returns the input stream currently assigned to this task.
 IeMultipartInputStream Task.getMimeInputStream()
          Deprecated. use getInputStream instead
 

Methods in com.infoengine.object.factory with parameters of type IeMultipartInputStream
 void Task.setInputStream(IeMultipartInputStream in)
          Sets the input stream to be used by this task.
 

Uses of IeMultipartInputStream in com.infoengine.procunit
 

Methods in com.infoengine.procunit with parameters of type IeMultipartInputStream
static Request IeServletRequest.newRequest(javax.servlet.http.HttpServletRequest request, IeMultipartInputStream in)
          Construct a Request wrapper around a Servlet request.
private static Group IeServletRequest.getFormData(javax.servlet.http.HttpServletRequest req, IeMultipartInputStream in, Request ieReq)
           
 

Uses of IeMultipartInputStream in com.infoengine.procunit.adapter
 

Fields in com.infoengine.procunit.adapter declared as IeMultipartInputStream
protected  IeMultipartInputStream Adapter.inputStream
           
 

Methods in com.infoengine.procunit.adapter with parameters of type IeMultipartInputStream
 void Adapter.setInputStream(IeMultipartInputStream is)
          Sets the multipart input stream associated with the object.
 void Adapter.send(IeRequest request, IeMultipartInputStream in)
          Sends an Info*Engine request object across the established connection, and copies BLOB's from a specified servlet input stream to the connection too.
 

Uses of IeMultipartInputStream in com.infoengine.SAK
 

Fields in com.infoengine.SAK declared as IeMultipartInputStream
protected  IeMultipartInputStream Webject.inputStream
           
private  IeMultipartInputStream Task.inputStream
           
protected  IeMultipartInputStream BasicTasklet.inputStream
           
 

Methods in com.infoengine.SAK that return IeMultipartInputStream
 IeMultipartInputStream Webject.getInputStream()
          Returns the input stream currently associated with the webject.
 IeMultipartInputStream Tasklet.getTaskletInputStream()
          Returns the input stream from which the tasklet can read BLOB data.
 IeMultipartInputStream Task.getInputStream()
          Returns the input stream currently associated with the task.
 IeMultipartInputStream BasicTasklet.getTaskletInputStream()
          Returns the input stream from which the tasklet can read BLOB data.
 

Methods in com.infoengine.SAK with parameters of type IeMultipartInputStream
 void Webject.setInputStream(IeMultipartInputStream is)
          Sets the input stream from which the webject can read BLOB data.
 void Tasklet.setTaskletInputStream(IeMultipartInputStream is)
          Sets the input stream from which the tasklet can read BLOB data.
 void Task.setInputStream(IeMultipartInputStream is)
          Sets the input stream from which the task can read BLOB data.
static void Task.executeTaskRemotely(String uri, Task task, IeService service, IeMultipartInputStream is, OutputStream os, Vector processors)
          Executes a task in a remote task processor.
 void BasicTasklet.setTaskletInputStream(IeMultipartInputStream is)
          Sets the input stream from which the tasklet can read BLOB data.
 

Uses of IeMultipartInputStream in com.infoengine.soap
 

Subclasses of IeMultipartInputStream in com.infoengine.soap
(package private)  class SOAPAttachmentInputStream
          package only access, use specific to SOAP with attachments and the RPCHandler
 

Fields in com.infoengine.soap declared as IeMultipartInputStream
private  IeMultipartInputStream SOAPAttachmentInputStream.currentIs
           
 

Uses of IeMultipartInputStream in com.ptc.core.adapter.server.impl
 

Fields in com.ptc.core.adapter.server.impl declared as IeMultipartInputStream
private  IeMultipartInputStream AddContentItemsWebjectDelegate.BlobInputStream.mis
           
 

Constructors in com.ptc.core.adapter.server.impl with parameters of type IeMultipartInputStream
AddContentItemsWebjectDelegate.BlobInputStream(IeMultipartInputStream mis)
           
 

Uses of IeMultipartInputStream in wt.adapter.enterprise
 

Fields in wt.adapter.enterprise declared as IeMultipartInputStream
private  IeMultipartInputStream AddContentItemsWebjectDelegate.BlobInputStream.mis
           
 

Constructors in wt.adapter.enterprise with parameters of type IeMultipartInputStream
AddContentItemsWebjectDelegate.BlobInputStream(IeMultipartInputStream mis)