The JavaTM Web Services Tutorial
Home
TOC
PREV TOP NEXT

Java API for XML Messaging

Maydene Fisher

The Java API for XML Messaging ("JAXM") makes it possible for developers to do XML messaging using the Java platform. This document will help you learn how to use JAXM.

For more information on JAXM, see the JAXM documentation included with the Java Web Services Developer Pack ("Java WSDP") at

<JWSDP_HOME>/docs/jaxm/index.html
 

The Java WSDP includes the following material related to JAXM:

This document gives instructions for running the RI as a way to help you get started. You may prefer to go through both the overview and tutorial before running the samples to make it easier to understand what the RI is doing, or you may prefer to explore the RI first. The overview gives some of the conceptual background behind the JAXM API to help you understand why certain things are done the way they are. The tutorial shows you how to use the basic JAXM API, giving examples and explanations of the more commonly used features. Finally, the code examples show how to build an application that you can run.

In This Chapter
Overview of JAXM
Messages
Connections
Messaging Providers
Running the Samples
The Sample Programs
The Provider Administration Tool
Tutorial
Client without a Messaging Provider
Client with a Messaging Provider
Adding Attachments
Code Examples
Request.java
MyUddiPing.java
Home
TOC
PREV TOP NEXT