void |
ProviderConnection.close() |
Deprecated.
Closes this ProviderConnection object, freeing its resources and making it immediately available for
garbage collection.
|
abstract ProviderConnection |
ProviderConnectionFactory.createConnection() |
Deprecated.
Creates a ProviderConnection object to the messaging provider that is associated with this
ProviderConnectionFactory object.
|
jakarta.xml.soap.MessageFactory |
ProviderConnection.createMessageFactory(java.lang.String profile) |
Deprecated.
Creates a MessageFactory object that will produce SOAPMessage objects for the given
profile.
|
ProviderMetaData |
ProviderConnection.getMetaData() |
Deprecated.
Retrieves the ProviderMetaData object that contains information about the messaging provider to which
this ProviderConnection object is connected.
|
static ProviderConnectionFactory |
ProviderConnectionFactory.newInstance() |
Deprecated.
Creates a default ProviderConnectionFactory object.
|
void |
ProviderConnection.send(jakarta.xml.soap.SOAPMessage message) |
Deprecated.
Sends the given SOAPMessage object and returns immediately after handing the message over to the
messaging provider.
|