Axis System Integration Guide

Alpha 2 Version

Table of Contents

Introduction
Pluggable APIs
  System Management
  Logging/Tracing
  Configuration
  Handlers
  Internationalization
  Performance Monitoring
  Encoding

Introduction

The primary purpose of this guide is to present how AXIS can be integrated into an existing web application server, such as Tomcat or WebSphere, for example.  AXIS has a number of Pluggable APIs that are necessary for such an integration.

The reader may find useful background information in the Architecture Guide.

Pluggable APIs

The following are the points that are pluggable in order to integrate AXIS into a web application server.

System Management

What points are necessary to manage AXIS?

Logging/Tracing

How can AXIS fit into existing logging/tracing systems other than log4j?

Configuration

How can AXIS fit into existing configuration systems?

Handlers

What new handlers might a system integrator wish to implement?

Internationalization

The plug point for internationalization isn't a framework, but simply a property file of the strings used in AXIS.
 

Performance Monitoring

How can we monitor the performance of AXIS?

Encoding

How can a system integrator plug in other encoding mechanisms such as SOAP 1.2 or optimized XML-based encoding?