Java Web Services in a Nutshell
By
Kim Topley
June 2003
Pages: 662
| Table of Contents
| Index
| Sample Chapter
| Colophon
Table of Contents
-
Introduction to the Java Web Services API
-
Chapter 1 Introduction
- What Is a Web Service?
- The SOAP Protocol
- Describing and Discovering Web Services
- J2EE Web Service APIs
- An Example Web Service
-
Chapter 2 JAX-RPC
- JAX-RPC Overview
- Programming with JAX-RPC
- Using EJBs to Implement Web Services
-
Chapter 3 SAAJ
- Introduction to SAAJ
- SAAJ Programming
- SOAP Messages
- SOAP Fault Handling
- SOAP Messages and MIME Headers
- SOAP with Attachments
- SOAP Headers
- Using SAAJ with Secure Connections
-
Chapter 4 JAXM
- JAXM Overview
- Providers and Asynchronous Messaging
- An Example JAXM Application
- JAXM Configuration
- The SOAP-RP Profile
- The ebXML Profile
-
Chapter 5 WSDL
- WSDL Overview
- WSDL Elements
-
Chapter 6 Advanced JAX-RPC
- Using WSDL with JAX-RPC
- ServiceFactory and the Service Interface
- The Dynamic Invocation Interface
- JAX-RPC and J2EE 1.4 Application Clients
- Using Attachments
- RPC-Style and Document-Style JAX-RPC
- Client and Server Context Handling
- SOAP Header Processing
- Serialization and Type Mappings
-
Chapter 7 JAXR
- UDDI and ebXML Registries
- JAXR Architecture
- Using the JAXR Examples
- JAXR Registry Model Overview
- JAXR Programming
-
Chapter 8 Web Service Tools and Configuration Files
- wscompile — JAX-RPC Stub and Tie Generation Utility
- wsdeploy — JAX-RPC Deployable Web Archive Generation Utility
- J2EEC — Utility for Creating Stubs and Ties for a JAX-RPC Web Service
- J2EE Deploytool — Utility for Deploying Modules and Enterprise Applications
- JAXM Client and Provider Configuration
- J2EE 1.4 Web Services Configuration File
- J2EE 1.4 JAX-RPC Mapping File
-
API Quick Reference
-
Chapter 9 The javax.xml.messaging Package
-
Chapter 10 The javax.xml.namespace Package
-
Chapter 11 The javax.xml.registry Package
-
Chapter 12 The javax.xml.registry.infomodel Package
-
Chapter 13 The javax.xml.rpc Package
-
Chapter 14 The javax.xml.rpc.encoding Package
-
Chapter 15 The javax.xml.rpc.handler Package
-
Chapter 16 The javax.xml.rpc.handler.soap Package
-
Chapter 17 The javax.xml.rpc.holders Package
-
Chapter 18 The javax.xml.rpc.server Package
-
Chapter 19 The javax.xml.rpc.soap Package
-
Chapter 20 The javax.xml.soap Package
-
Chapter 21 Class, Method, and Field Index
- A-G
- H-X
-
Appendix
-
Appendix A Appendix: WSDL Files for the Example Source Code
- WSDL File for the Book Web Service
- WSDL File for the Document-Style Book Web Service
-
Colophon
Return to Java Web Services in a Nutshell