|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeHeaders | |
---|---|
javax.xml.soap | |
org.apache.axis2.saaj |
Uses of MimeHeaders in javax.xml.soap |
---|
Methods in javax.xml.soap that return MimeHeaders | |
---|---|
abstract MimeHeaders |
SOAPMessage.getMimeHeaders()
Returns all the transport-specific MIME headers for this SOAPMessage object in a
transport-independent fashion. |
Methods in javax.xml.soap with parameters of type MimeHeaders | |
---|---|
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders mimeheaders,
java.io.InputStream inputstream)
Internalizes the contents of the given InputStream object into a new
SOAPMessage object and returns the SOAPMessage object. |
abstract java.util.Iterator |
SOAPMessage.getAttachments(MimeHeaders headers)
Retrieves all the AttachmentPart objects that have header entries that match the
specified headers. |
abstract void |
SOAPMessage.removeAttachments(MimeHeaders mimeheaders)
|
Uses of MimeHeaders in org.apache.axis2.saaj |
---|
Subclasses of MimeHeaders in org.apache.axis2.saaj | |
---|---|
class |
MimeHeadersEx
|
Methods in org.apache.axis2.saaj that return MimeHeaders | |
---|---|
MimeHeaders |
SOAPMessageImpl.getMimeHeaders()
Returns all the transport-specific MIME headers for this SOAPMessage object in a
transport-independent fashion. |
Methods in org.apache.axis2.saaj with parameters of type MimeHeaders | |
---|---|
SOAPMessage |
MessageFactoryImpl.createMessage(MimeHeaders mimeheaders,
java.io.InputStream inputstream)
Internalizes the contents of the given InputStream object into a new
SOAPMessage object and returns the SOAPMessage object. |
java.util.Iterator |
SOAPMessageImpl.getAttachments(MimeHeaders headers)
Retrieves all the AttachmentPart objects that have header entries that match the specified headers. |
boolean |
AttachmentPartImpl.matches(MimeHeaders headers)
Check whether at least one of the headers of this object matches a provided header |
void |
SOAPMessageImpl.removeAttachments(MimeHeaders headers)
Removes all the AttachmentPart objects that have header entries that match the specified headers. |
Constructors in org.apache.axis2.saaj with parameters of type MimeHeaders | |
---|---|
MimeHeadersEx(MimeHeaders mimeHeaders)
|
|
SOAPMessageImpl(java.io.InputStream inputstream,
MimeHeaders mimeHeaders)
|
|
SOAPPartImpl(SOAPMessageImpl parentSoapMsg,
java.io.InputStream inputStream,
MimeHeaders mimeHeaders)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |