Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
org.jboss.ws.core.server | |
org.jboss.ws.core.soap |
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. |
Modifier and Type | Method and Description |
---|---|
MimeHeaders |
ServletHeaderSource.getMimeHeaders() |
MimeHeaders |
MimeHeaderSource.getMimeHeaders()
Gets the MIME headers from an inbound source.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletHeaderSource.setMimeHeaders(MimeHeaders headers) |
void |
MimeHeaderSource.setMimeHeaders(MimeHeaders headers)
Sets the MIME headers for an outbound source.
|
Modifier and Type | Method and Description |
---|---|
MimeHeaders |
SOAPMessageImpl.getMimeHeaders() |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders mimeHeaders,
InputStream ins)
Internalizes the contents of the given InputStream object into a new
SOAPMessage object and returns the SOAPMessage object.
|
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders mimeHeaders,
InputStream inputStream,
boolean ignoreParseError) |
Iterator |
SOAPMessageImpl.getAttachments(MimeHeaders headers) |
void |
SOAPMessageImpl.removeAttachments(MimeHeaders headers) |
void |
SOAPMessageImpl.setMimeHeaders(MimeHeaders headers) |
Constructor and Description |
---|
SOAPMessageImpl.MimeMatchingAttachmentsIterator(MimeHeaders headers,
List attachments) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.