Uses of Class javax.xml.soap.MimeHeaders

Uses in package org.apache.axis.message

Classes derived from javax.xml.soap.MimeHeaders

class
wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface

Constructors with parameter type javax.xml.soap.MimeHeaders

Uses in package org.apache.axis.soap

Methods with parameter type javax.xml.soap.MimeHeaders

SOAPMessage
MessageFactoryImpl.createMessage(MimeHeaders mimeheaders, InputStream inputstream)
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.

Uses in package javax.xml.soap

Methods with parameter type javax.xml.soap.MimeHeaders

SOAPMessage
MessageFactory.createMessage(MimeHeaders mimeheaders, InputStream inputstream)
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
Iterator
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.

Methods with return type javax.xml.soap.MimeHeaders

MimeHeaders
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.

Uses in package org.apache.axis

Constructors with parameter type javax.xml.soap.MimeHeaders

Message.Message(Object initialContents, boolean bodyInStream, MimeHeaders headers)
Construct a Message, using the provided initialContents as the contents of the Message's SOAPPart.

Methods with parameter type javax.xml.soap.MimeHeaders

Iterator
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.

Methods with return type javax.xml.soap.MimeHeaders

MimeHeaders
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.

Uses in package org.apache.axis.attachments

Methods with parameter type javax.xml.soap.MimeHeaders

java.util.Iterator
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
java.util.Iterator
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
boolean
check if this Part's mimeheaders matches the one passed in.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.