The JAXM Packages

JAXM is available in two packages:

  • javax.xml.messging

  • javax.xml.soap

The javax.xml.messaging Package

The javax.xml.messaging package provides the classes and interfaces required by JAXM clients to do one-way asynchronous messaging. This package works with the javax.xml.soap package.

The javax.xml.messaging package contains four interfaces, four classes, and one exception.

The javax.xml.messaging Interfaces

The javax.xml.messaging package contains the following interfaces:

  • OnewayListener— This interface provides support for services or components, such as servlets, that are implemented to process asynchronous messages.

  • ProviderConnection— This interface represents a JAXM client's active connection to its messaging provider.

Get Java™ APIs for XML Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.