API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. MessageFactory View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      MessageFactory
Implements
Subclasses
Description
publicabstract abstract class MessageFactory
  A factory for creating SOAPMessage objects.
See also:   
Constructors
public MessageFactory ()
Methods
Hide/Show inherited methods
publicabstract SOAPMessage createMessage () throws SOAPException
  Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
publicabstract SOAPMessage createMessage (MimeHeaders headers, InputStream in) throws IOException SOAPException
  Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
publicstatic MessageFactory newInstance () throws SOAPException
  Creates a new MessageFactory object that is an instance of the default implementation (SOAP 1.1), This method uses the following ordered lookup procedure to determine the MessageFactory implementation class to load: Use the javax.xml.soap.MessageFactory system property.
publicstatic MessageFactory newInstance (String protocol) throws SOAPException
  Creates a new MessageFactory object that is an instance of the specified implementation.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar