Uses of Interface
jakarta.xml.messaging.ProviderConnection
-
Packages that use ProviderConnection Package Description jakarta.xml.messaging Provides the API for using a messaging provider to send and receive SOAP messages. -
-
Uses of ProviderConnection in jakarta.xml.messaging
Methods in jakarta.xml.messaging that return ProviderConnection Modifier and Type Method Description abstract ProviderConnection
ProviderConnectionFactory. createConnection()
Deprecated.Creates aProviderConnection
object to the messaging provider that is associated with thisProviderConnectionFactory
object.
-