Package | Description |
---|---|
javax.xml.soap | |
org.apache.axis | |
org.apache.axis.attachments | |
org.apache.axis.message | |
org.apache.axis.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 mimeheaders,
InputStream inputstream)
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. |
Modifier and Type | Method and Description |
---|---|
MimeHeaders |
Message.getMimeHeaders()
Returns all the transport-specific MIME headers for this
SOAPMessage object in a transport-independent
fashion. |
Modifier and Type | Method and Description |
---|---|
Iterator |
Message.getAttachments(MimeHeaders headers)
Retrieves all the
AttachmentPart objects
that have header entries that match the specified headers. |
Constructor and Description |
---|
Message(Object initialContents,
boolean bodyInStream,
MimeHeaders headers)
Construct a Message, using the provided initialContents as the
contents of the Message's SOAPPart.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
AttachmentsImpl.getAttachments(MimeHeaders headers)
Retrieves all the
AttachmentPart objects
that have header entries that match the specified headers. |
Iterator |
Attachments.getAttachments(MimeHeaders headers)
Retrieves all the
AttachmentPart objects
that have header entries that match the specified headers. |
boolean |
AttachmentPart.matches(MimeHeaders headers)
check if this Part's mimeheaders matches the one passed in.
|
Modifier and Type | Class and Description |
---|---|
class |
MimeHeaders
wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface
|
Constructor and Description |
---|
MimeHeaders(MimeHeaders h) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders mimeheaders,
InputStream inputstream)
Internalizes the contents of the given
InputStream object into a new SOAPMessage
object and returns the SOAPMessage object. |
Copyright © The Apache Software Foundation. All Rights Reserved.