| Modifier and Type | Method | Description |
|---|---|---|
static SOAPFactory |
SOAPFactory.newInstance() |
Creates a new
SOAPFactory object that is an instance of
the default implementation (SOAP 1.1). |
static SOAPFactory |
SOAPFactory.newInstance(String protocol) |
Creates a new
SOAPFactory object that is an instance of
the specified implementation, this method uses the SAAJMetaFactory to
locate the implementation class and create the SOAPFactory instance. |
protected abstract SOAPFactory |
SAAJMetaFactory.newSOAPFactory(String protocol) |
Creates a
SOAPFactory object for
the given String protocol. |
Copyright © 2017 Oracle. All rights reserved.