usr/src/lib/saaj/saaj.3
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

'\" t
.TH "saaj" "3" "" "" "" 
.SH NAME
SAAJ \- The SOAP with Attachments API for JavaTM.

.SH SYNOPSIS
saaj-api.jar and saaj-impl.jar provide the API for creating and sending SOAP messages.

.SH DESCRIPTION
SAAJ provides the API for creating and sending SOAP messages by means of
the javax.xml.soap package. The SAAJ API allows a client to send 
messages directly to the ultimate recipient using a SOAPConnection object, 
which provides a point-to-point connection to the intended recipient. 
Response messages are received synchronously using a request-response model.
.PP
For more details about SAAJ API, please see
.br
.B https://saaj.dev.java.net/

.SH FILES
By default, saaj-api.jar and saaj-impl.jar are installed into /usr/share/lib/java 
directory.

Documentation is located in SAAJ's doc directory, /usr/share/doc/saaj.

.SH ENVIRONMENT
JAVA_HOME variable must point to the directory where Java is installed.
Add saaj-api.jar and saaj-impl.jar to the CLASSPATH.
.RE
.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	library/java/saaj
=
Interface Stability	Uncommitted
.TE
.PP
.SH NOTES
Source for SAAJ is available on http://opensolaris.org.