Uses of Class
javax.xml.soap.MimeHeaders

Packages that use MimeHeaders
javax.xml.messaging Provides the API for using a messaging provider to send and receive SOAP messages. 
javax.xml.soap Provides the API for creating and building SOAP messages. 
 

Uses of MimeHeaders in javax.xml.messaging
 

Methods in javax.xml.messaging that return MimeHeaders
protected static MimeHeaders JAXMServlet.getHeaders(javax.servlet.http.HttpServletRequest req)
          Returns a MimeHeaders object that contains the headers in the given HttpServletRequest object.
 

Methods in javax.xml.messaging with parameters of type MimeHeaders
protected static void JAXMServlet.putHeaders(MimeHeaders headers, javax.servlet.http.HttpServletResponse res)
          Sets the given HttpServletResponse object with the headers in the given MimeHeaders object.
 

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 headers, java.io.InputStream in)
          Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.