Uses of Class
javax.xml.soap.SOAPFactory
-
-
Uses of SOAPFactory in javax.xml.soap
Fields in javax.xml.soap declared as SOAPFactory Modifier and Type Field Description private SOAPFactory
SOAPElementFactory. sf
Deprecated.Methods in javax.xml.soap that return SOAPFactory Modifier and Type Method Description static SOAPFactory
SOAPFactory. newInstance()
Creates a new instance ofSOAPFactory
.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)
Constructors in javax.xml.soap with parameters of type SOAPFactory Constructor Description SOAPElementFactory(SOAPFactory soapfactory)
Deprecated.Create a newSOAPElementFactory from a
SOAPFactory
.
-