| Package | Description |
|---|---|
| com.sun.xml.messaging.saaj.packaging.mime.internet | |
| com.sun.xml.messaging.saaj.soap | |
| com.sun.xml.messaging.saaj.soap.ver1_1 | |
| com.sun.xml.messaging.saaj.soap.ver1_2 |
| Modifier and Type | Field | Description |
|---|---|---|
protected ContentType |
MimeMultipart.contentType |
This field specifies the content-type of this multipart
object.
|
| Modifier and Type | Method | Description |
|---|---|---|
ContentType |
ContentType.copy() |
|
ContentType |
MimeMultipart.getContentType() |
Return the content-type of this MimeMultipart.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ContentType.match(ContentType cType) |
Match with the specified ContentType object.
|
| Constructor | Description |
|---|---|
BMMimeMultipart(DataSource ds,
ContentType ct) |
Constructs a MimeMultipart object and its bodyparts from the
given DataSource.
|
MimeMultipart(DataSource ds,
ContentType ct) |
Constructs a MimeMultipart object and its bodyparts from the
given DataSource.
|
MimePullMultipart(DataSource ds,
ContentType ct) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ContentType |
MessageImpl.contentType |
| Constructor | Description |
|---|---|
MessageImpl(MimeHeaders headers,
ContentType contentType,
int stat,
InputStream in) |
Construct a message from an input stream.
|
MessageImpl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
| Constructor | Description |
|---|---|
Message1_1Impl(MimeHeaders headers,
ContentType ct,
int stat,
InputStream in) |
|
Message1_1Impl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
| Constructor | Description |
|---|---|
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
InputStream in) |
|
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
Copyright © 2018 Oracle. All rights reserved.