|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.soap
|
Constructor Summary | |
---|---|
SOAPConnectionFactory()
|
Method Summary | |
---|---|
abstract SOAPConnection |
createConnection()
Create a new SOAPConnection . |
static SOAPConnectionFactory |
newInstance()
Creates an instance of the default SOAPConnectionFactory object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPConnectionFactory()
Method Detail |
---|
public static SOAPConnectionFactory newInstance() throws SOAPException, UnsupportedOperationException
SOAPConnectionFactory
object.
SOAPConnectionFactory
object
SOAPException
- if there was an error creating the
SOAPConnectionFactory
UnsupportedOperationException
- if newInstance is not
supported.public abstract SOAPConnection createConnection() throws SOAPException
SOAPConnection
.
SOAPConnection
object.
SOAPException
- if there was an exception creating the
SOAPConnection
object.