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 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 MimeHeaders Modifier and Type Method Description abstract SOAPMessage
MessageFactory. createMessage(MimeHeaders mimeheaders, java.io.InputStream inputstream)
Internalizes the contents of the givenInputStream
object into a newSOAPMessage
object and returns theSOAPMessage
object.abstract java.util.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 MimeHeaders Modifier and Type Method Description MimeHeaders
Message. 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 MimeHeaders Modifier and Type Method Description java.util.Iterator
Message. 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 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.Iterator
Attachments. getAttachments(MimeHeaders headers)
Retrieves all theAttachmentPart
objects that have header entries that match the specified headers.java.util.Iterator
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.message Modifier and Type Class Description class
MimeHeaders
wraps 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 SOAPMessage
MessageFactoryImpl. createMessage(MimeHeaders mimeheaders, java.io.InputStream inputstream)
Internalizes the contents of the givenInputStream
object into a newSOAPMessage
object and returns theSOAPMessage
object.
-