| 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 and Description |
|---|---|
protected ContentType |
MimeMultipart.contentType
This field specifies the content-type of this multipart
object.
|
| Modifier and Type | Method and Description |
|---|---|
ContentType |
ContentType.copy() |
ContentType |
MimeMultipart.getContentType()
Return the content-type of this MimeMultipart.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContentType.match(ContentType cType)
Match with the specified ContentType object.
|
| Constructor and 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 and Description |
|---|---|
protected ContentType |
MessageImpl.contentType |
| Constructor and 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 and Description |
|---|
Message1_1Impl(MimeHeaders headers,
ContentType ct,
int stat,
InputStream in) |
Message1_1Impl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
| Constructor and Description |
|---|
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
InputStream in) |
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.