com.infoengine.object
Class ContentHeader
java.lang.Object
com.infoengine.object.ContentHeader
- public class ContentHeader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_JAVA
public static final String APPLICATION_JAVA
- See Also:
- Constant Field Values
APPLICATION_INFOENGINE_SOAP
public static final String APPLICATION_INFOENGINE_SOAP
- See Also:
- Constant Field Values
BLOB_OBJECT
public static final String BLOB_OBJECT
- See Also:
- Constant Field Values
EXCEPTION_OBJECT
public static final String EXCEPTION_OBJECT
- See Also:
- Constant Field Values
REQUEST_OBJECT
public static final String REQUEST_OBJECT
- See Also:
- Constant Field Values
RESULT_OBJECT
public static final String RESULT_OBJECT
- See Also:
- Constant Field Values
VDB_OBJECT
public static final String VDB_OBJECT
- See Also:
- Constant Field Values
blobBoundary
public String blobBoundary
disposition
public String disposition
name
public String name
fileName
public String fileName
contentType
public String contentType
charSet
public String charSet
eof
public boolean eof
ContentHeader
public ContentHeader(javax.xml.soap.AttachmentPart attachment)
throws IOException
ContentHeader
public ContentHeader()
ContentHeader
public ContentHeader(IeInputStream is)
throws IOException
newContentHeader
public static ContentHeader newContentHeader(IeInputStream is)
throws IOException
- Throws:
IOException
parseDisposition
void parseDisposition(String heading)
throws IOException
- Throws:
IOException
decodeRFC2184
private String decodeRFC2184(String s)
throws IOException
- Throws:
IOException
parseContentType
private void parseContentType(String heading)
throws IOException
- Throws:
IOException