Uses of Class
javax.xml.soap.MimeHeaders
Packages that use MimeHeaders
Package
Description
-
Uses of MimeHeaders in javax.xml.soap
Methods in javax.xml.soap that return MimeHeadersModifier and TypeMethodDescriptionabstract MimeHeaders
SOAPMessage.getMimeHeaders()
Returns all the transport-specific MIME headers for thisSOAPMessage
object in a transport-independent fashion.Methods in javax.xml.soap with parameters of type MimeHeadersModifier and TypeMethodDescriptionabstract SOAPMessage
MessageFactory.createMessage
(MimeHeaders mimeheaders, InputStream inputstream) Internalizes the contents of the givenInputStream
object into a newSOAPMessage
object and returns theSOAPMessage
object.abstract Iterator
SOAPMessage.getAttachments
(MimeHeaders headers) Retrieves all theAttachmentPart
objects that have header entries that match the specified headers. -
Uses of MimeHeaders in org.apache.axis
Methods in org.apache.axis that return MimeHeadersModifier and TypeMethodDescriptionMessage.getMimeHeaders()
Returns all the transport-specific MIME headers for thisSOAPMessage
object in a transport-independent fashion.Methods in org.apache.axis with parameters of type MimeHeadersModifier and TypeMethodDescriptionMessage.getAttachments
(MimeHeaders headers) Retrieves all theAttachmentPart
objects that have header entries that match the specified headers.Constructors in org.apache.axis with parameters of type MimeHeadersModifierConstructorDescriptionMessage
(Object initialContents, boolean bodyInStream, MimeHeaders headers) Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart. -
Uses of MimeHeaders in org.apache.axis.attachments
Methods in org.apache.axis.attachments with parameters of type MimeHeadersModifier and TypeMethodDescriptionAttachments.getAttachments
(MimeHeaders headers) Retrieves all theAttachmentPart
objects that have header entries that match the specified headers.AttachmentsImpl.getAttachments
(MimeHeaders headers) Retrieves all theAttachmentPart
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. -
Uses of MimeHeaders in org.apache.axis.message
Subclasses of MimeHeaders in org.apache.axis.messageModifier and TypeClassDescriptionclass
wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interfaceConstructors in org.apache.axis.message with parameters of type MimeHeaders -
Uses of MimeHeaders in org.apache.axis.soap
Methods in org.apache.axis.soap with parameters of type MimeHeadersModifier and TypeMethodDescriptionMessageFactoryImpl.createMessage
(MimeHeaders mimeheaders, InputStream inputstream) Internalizes the contents of the givenInputStream
object into a newSOAPMessage
object and returns theSOAPMessage
object.