Package jakarta.xml.messaging
A client using JavaTM API for XML Messaging technology ("JAXM client") makes its connections to a messaging provider, which means that all messages it sends or receives go through the provider. The messaging provider is responsible for the delivery of messages, performing many functions behind the scenes. With a messaging provider, it is possible to send a message to multiple destinations, and a messaging provider can be configured to do the following:
- maintain a list of endpoints to which messages will be sent
- send, and if necessary, resend a message until the message is delivered successfully or until the specified limit for retries is reached
- log messages in a specified directory
The API in the jakarta.xml.messaging
package makes it
possible to do one-way messaging.
One-way messaging allows the client to send a message
and immediately go on to other work because the
response, if there is one, will be sent as a separate operation at
some time in the future.
The jakarta.xml.messaging
package must always work in conjunction
with the jakarta.xml.soap
package, which provides the
API for constructing SOAP messages and retreiving their content.
(The jakarta.xml.soap
package is
defined in the SOAP with Attachments API for
JavaTM (SAAJ) 1.1 specification.)
Package Specification
The JAXM 1.1 specification includes an overview of thejakarta.xml.messaging
package and
explains how its classes and interfaces work.
-
Interface Summary Interface Description OnewayListener Deprecated. since 6.2, will be removed without replacementProviderConnection Deprecated. since 6.2, will be removed without replacementProviderMetaData Deprecated. since 6.2, will be removed without replacementReqRespListener Deprecated. since 6.2, will be removed without replacement -
Class Summary Class Description Endpoint Deprecated. since 6.2, will be removed without replacementJAXMServlet Deprecated. since 6.2, will be removed without replacementProviderConnectionFactory Deprecated. since 6.2, will be removed without replacementURLEndpoint Deprecated. since 6.2, will be removed without replacement -
Exception Summary Exception Description JAXMException Deprecated. since 6.2, will be removed without replacement