| Modifier and Type | Method | Description |
|---|---|---|
static MessageFactory |
MessageFactory.newInstance() |
Creates a new
MessageFactory object that is an instance
of the default implementation (SOAP 1.1). |
static MessageFactory |
MessageFactory.newInstance(String protocol) |
Creates a new
MessageFactory object that is an instance
of the specified implementation. |
protected abstract MessageFactory |
SAAJMetaFactory.newMessageFactory(String protocol) |
Creates a
MessageFactory object for
the given String protocol. |
Copyright © 2017 Oracle. All rights reserved.