Example usage for Java javax.xml.soap MessageFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
SOAPMessage | createMessage() Creates a new SOAPMessage object with the default SOAPPart , SOAPEnvelope , SOAPBody , and SOAPHeader objects. |
SOAPMessage | createMessage(MimeHeaders headers, InputStream in) Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object. |
MessageFactory | newInstance() Creates a new MessageFactory object that is an instance of the default implementation (SOAP 1.1). |
MessageFactory | newInstance(String protocol) Creates a new MessageFactory object that is an instance of the specified implementation. |