Java javax.xml.soap MessageFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.soap MessageFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.soap MessageFactory.

The text is from its open source code.

Method

SOAPMessagecreateMessage()
Creates a new SOAPMessage object with the default SOAPPart , SOAPEnvelope , SOAPBody , and SOAPHeader objects.
SOAPMessagecreateMessage(MimeHeaders headers, InputStream in)
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
MessageFactorynewInstance()
Creates a new MessageFactory object that is an instance of the default implementation (SOAP 1.1).
MessageFactorynewInstance(String protocol)
Creates a new MessageFactory object that is an instance of the specified implementation.