Uses of Class
javax.xml.soap.MimeHeaders

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 SOAPMessage object in a transport-independent fashion.
 

Methods in javax.xml.soap with parameters of type MimeHeaders
abstract  java.util.Iterator SOAPMessage.getAttachments(MimeHeaders headers)
          Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
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.
 

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 SOAPMessage object 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 AttachmentPart objects 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
 java.util.Iterator AttachmentsImpl.getAttachments(MimeHeaders headers)
          Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
 java.util.Iterator Attachments.getAttachments(MimeHeaders headers)
          Retrieves all the AttachmentPart 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
 class MimeHeaders
          wraps 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 InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.