Implementation

The next section explores the packaging model for JAXM, and highlights its dependencies.

Packaging

The JAXM distribution consists of two main packages. The package javax.xml. messaging contains high-level APIs used to interact with providers, which are the interfaces to the transport system. This is where you will find the implementations of connections, listeners, and endpoints. (The following sections will examine each of these objects in detail.) The package javax.xml.soap contains APIs for working with SOAP messages. Also in this package is the connection class for standalone J2SE applications that implement direct, point-to-point communications. That is, all of the applications that could be characterized as not making use ...

Get Java™ Web Services Unleashed 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.