public abstract class MessageFactory extends Object
| Constructor and Description |
|---|
MessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract SOAPMessage |
createMessage() |
abstract SOAPMessage |
createMessage(MimeHeaders headers,
InputStream in) |
static MessageFactory |
newInstance() |
static MessageFactory |
newInstance(String protocol) |
public static MessageFactory newInstance() throws SOAPException
SOAPExceptionpublic static MessageFactory newInstance(String protocol) throws SOAPException
SOAPExceptionpublic abstract SOAPMessage createMessage() throws SOAPException
SOAPExceptionpublic abstract SOAPMessage createMessage(MimeHeaders headers, InputStream in) throws IOException, SOAPException
IOExceptionSOAPExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.