Uses of Class
javax.xml.soap.MimeHeaders
-
Packages that use MimeHeaders Package Description javax.xml.soap org.apache.axis org.apache.axis.attachments org.apache.axis.message org.apache.axis.soap -
-
Uses of MimeHeaders in javax.xml.soap
Methods in javax.xml.soap that return MimeHeaders Modifier and Type Method Description abstract MimeHeadersSOAPMessage. getMimeHeaders()Returns all the transport-specific MIME headers for thisSOAPMessageobject in a transport-independent fashion.Methods in javax.xml.soap with parameters of type MimeHeaders Modifier and Type Method Description abstract SOAPMessageMessageFactory. createMessage(MimeHeaders mimeheaders, java.io.InputStream inputstream)Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.abstract java.util.IteratorSOAPMessage. getAttachments(MimeHeaders headers)Retrieves all theAttachmentPartobjects that have header entries that match the specified headers. -
Uses of MimeHeaders in org.apache.axis
Methods in org.apache.axis that return MimeHeaders Modifier and Type Method Description MimeHeadersMessage. getMimeHeaders()Returns all the transport-specific MIME headers for thisSOAPMessageobject in a transport-independent fashion.Methods in org.apache.axis with parameters of type MimeHeaders Modifier and Type Method Description java.util.IteratorMessage. getAttachments(MimeHeaders headers)Retrieves all theAttachmentPartobjects that have header entries that match the specified headers.Constructors in org.apache.axis with parameters of type MimeHeaders Constructor Description Message(java.lang.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 MimeHeaders Modifier and Type Method Description java.util.IteratorAttachments. getAttachments(MimeHeaders headers)Retrieves all theAttachmentPartobjects that have header entries that match the specified headers.java.util.IteratorAttachmentsImpl. getAttachments(MimeHeaders headers)Retrieves all theAttachmentPartobjects that have header entries that match the specified headers.booleanAttachmentPart. 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.message Modifier and Type Class Description classMimeHeaderswraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interfaceConstructors in org.apache.axis.message with parameters of type MimeHeaders Constructor Description MimeHeaders(MimeHeaders h) -
Uses of MimeHeaders in org.apache.axis.soap
Methods in org.apache.axis.soap with parameters of type MimeHeaders Modifier and Type Method Description SOAPMessageMessageFactoryImpl. createMessage(MimeHeaders mimeheaders, java.io.InputStream inputstream)Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.
-