| Package | Description |
|---|---|
| com.sun.xml.messaging.saaj.soap | |
| com.sun.xml.messaging.saaj.soap.ver1_1 | |
| com.sun.xml.messaging.saaj.soap.ver1_2 | |
| com.sun.xml.messaging.saaj.util | |
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| Modifier and Type | Field and Description |
|---|---|
protected MimeHeaders |
MessageImpl.headers |
protected MimeHeaders |
SOAPPartImpl.headers |
| Modifier and Type | Method and Description |
|---|---|
MimeHeaders |
AttachmentPartImpl.getMimeHeaders() |
MimeHeaders |
MessageImpl.getMimeHeaders() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AttachmentPartImpl.copyMimeHeaders(MimeHeaders headers,
MimeBodyPart mbp) |
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders headers,
InputStream in) |
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders headers,
XMLStreamReader reader) |
Iterator<AttachmentPart> |
MessageImpl.getAttachments(MimeHeaders headers) |
protected static String |
MessageFactoryImpl.getContentType(MimeHeaders headers) |
void |
MessageImpl.removeAttachments(MimeHeaders headers) |
| 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) |
MessageImpl(MimeHeaders headers,
InputStream in)
Construct a message from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
SOAPMessageFactory1_1Impl.createMessage(MimeHeaders headers,
InputStream in) |
| Constructor and Description |
|---|
Message1_1Impl(MimeHeaders headers,
ContentType ct,
int stat,
InputStream in) |
Message1_1Impl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
Message1_1Impl(MimeHeaders headers,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
SOAPMessageFactory1_2Impl.createMessage(MimeHeaders headers,
InputStream in) |
| Constructor and Description |
|---|
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
InputStream in) |
Message1_2Impl(MimeHeaders headers,
ContentType ct,
int stat,
XMLStreamReader reader) |
Message1_2Impl(MimeHeaders headers,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static MimeHeaders |
MimeHeadersUtil.copy(MimeHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
static MimeHeaders |
MimeHeadersUtil.copy(MimeHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
abstract MimeHeaders |
SOAPMessage.getMimeHeaders()
Returns all the transport-specific MIME headers for this
SOAPMessage
object in a transport-independent fashion. |
| Modifier and Type | Method and Description |
|---|---|
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders headers,
InputStream in)
Internalizes the contents of the given
InputStream object into a
new SOAPMessage object and returns the SOAPMessage
object. |
abstract Iterator |
SOAPMessage.getAttachments(MimeHeaders headers)
Retrieves all the
AttachmentPart objects that have header
entries that match the specified headers. |
abstract void |
SOAPMessage.removeAttachments(MimeHeaders headers)
Removes all the
AttachmentPart objects that have header
entries that match the specified headers. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.