| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MimeHeaders | |
| 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 | |
| abstract  MimeHeaders | SOAPMessage.getMimeHeaders()Returns all the transport-specific MIME headers for this SOAPMessageobject 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 
 InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. | 
| abstract  java.util.Iterator | SOAPMessage.getAttachments(MimeHeaders headers)Retrieves all the AttachmentPartobjects
 that have header entries that match the specified headers. | 
| Uses of MimeHeaders in org.apache.axis | 
| Methods in org.apache.axis that return MimeHeaders | |
|  MimeHeaders | Message.getMimeHeaders()Returns all the transport-specific MIME headers for this SOAPMessageobject in a transport-independent
 fashion. | 
| Methods in org.apache.axis with parameters of type MimeHeaders | |
|  java.util.Iterator | Message.getAttachments(MimeHeaders headers)Retrieves all the AttachmentPartobjects
 that have header entries that match the specified headers. | 
| Constructors in org.apache.axis with parameters of type MimeHeaders | |
| 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 | |
|  boolean | AttachmentPart.matches(MimeHeaders headers)check if this Part's mimeheaders matches the one passed in. | 
|  java.util.Iterator | AttachmentsImpl.getAttachments(MimeHeaders headers)Retrieves all the AttachmentPartobjects
 that have header entries that match the specified headers. | 
|  java.util.Iterator | Attachments.getAttachments(MimeHeaders headers)Retrieves all the AttachmentPartobjects
 that have header entries that match the specified headers. | 
| Uses of MimeHeaders in org.apache.axis.message | 
| Subclasses of MimeHeaders in org.apache.axis.message | |
|  class | MimeHeaderswraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface | 
| Constructors in org.apache.axis.message with parameters of type MimeHeaders | |
| MimeHeaders(MimeHeaders h) | |
| Uses of MimeHeaders in org.apache.axis.soap | 
| Methods in org.apache.axis.soap with parameters of type MimeHeaders | |
|  SOAPMessage | MessageFactoryImpl.createMessage(MimeHeaders mimeheaders,
              java.io.InputStream inputstream)Internalizes the contents of the given 
 InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||