Uses of Class
com.infoengine.object.ContentHeader

Packages that use ContentHeader
com.infoengine.object   
com.infoengine.soap   
 

Uses of ContentHeader in com.infoengine.object
 

Fields in com.infoengine.object declared as ContentHeader
private  ContentHeader IeMultipartInputStream.currentContentHeader
           
 

Methods in com.infoengine.object that return ContentHeader
 ContentHeader IeMultipartInputStream.getContentHeader()
          Returns the last MIME content header object read from the input stream.
 ContentHeader IeMultipartInputStream.readBlobInfo()
          Reads the next MIME content header from the input stream.
 ContentHeader IeMultipartInputStream.readHeader()
           
static ContentHeader ContentHeader.newContentHeader(IeInputStream is)
           
 

Methods in com.infoengine.object with parameters of type ContentHeader
 void IeMultipartInputStream.pushBackHeader(ContentHeader header)
          Pushes a MIME content header object onto an internal stack.
 

Uses of ContentHeader in com.infoengine.soap
 

Fields in com.infoengine.soap declared as ContentHeader
private  ContentHeader SOAPAttachmentInputStream.currentHeader
           
 

Methods in com.infoengine.soap that return ContentHeader
 ContentHeader SOAPAttachmentInputStream.getContentHeader()
          Returns the last MIME content header object read from the input stream.
 ContentHeader SOAPAttachmentInputStream.readBlobInfo()
          Reads the next MIME content header from the input stream.
 

Methods in com.infoengine.soap with parameters of type ContentHeader
 void SOAPAttachmentInputStream.pushBackHeader(ContentHeader header)
          Pushes a MIME content header object onto an internal stack.