Modifier and Type | Field and Description |
---|---|
private SOAPFactory |
SOAPElementFactory.sf
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SOAPFactory |
SOAPFactory.newInstance()
Creates a new instance of
SOAPFactory . |
static SOAPFactory |
SOAPFactory.newInstance(java.lang.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(java.lang.String s) |
Constructor and Description |
---|
SOAPElementFactory(SOAPFactory soapfactory)
Deprecated.
Create a new
SOAPElementFactory from a |