Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > b11a2727b72967fc3dd0452f1b45d651 > files > 3

glassfish-saaj-javadoc-1.3.18-2.mga3.noarch.rpm

<!--

    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

    Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.

    The contents of this file are subject to the terms of either the GNU
    General Public License Version 2 only ("GPL") or the Common Development
    and Distribution License("CDDL") (collectively, the "License").  You
    may not use this file except in compliance with the License.  You can
    obtain a copy of the License at
    https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
    or packager/legal/LICENSE.txt.  See the License for the specific
    language governing permissions and limitations under the License.

    When distributing the software, include this License Header Notice in each
    file and include the License file at packager/legal/LICENSE.txt.

    GPL Classpath Exception:
    Oracle designates this particular file as subject to the "Classpath"
    exception as provided by Oracle in the GPL Version 2 section of the License
    file that accompanied this code.

    Modifications:
    If applicable, add the following below the License Header, with the fields
    enclosed by brackets [] replaced by your own identifying information:
    "Portions Copyright [year] [name of copyright owner]"

    Contributor(s):
    If you wish your version of this file to be governed by only the CDDL or
    only the GPL Version 2, indicate your decision by adding "[Contributor]
    elects to include this software in this distribution under the [CDDL or GPL
    Version 2] license."  If you don't indicate a single choice of license, a
    recipient has the option to distribute your version of this file under
    either the CDDL, the GPL Version 2 or to extend the choice of license to
    its licensees as provided above.  However, if you add GPL Version 2 code
    and therefore, elected the GPL Version 2 license, then the option applies
    only if the new code is made subject to such option by the copyright
    holder.

-->

<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
  <title>SOAP with Attachments API for Java(TM) 1.3</title>
  <link rel="stylesheet" type="text/css" href="style/default.css">
</head>
<body bgcolor="#ffffff">
<center>
<h1><font color="#000099">SOAP with Attachments API for Java<sup><font
 size="-2">TM</font></sup> 1.3</font><font color="#3333ff"></font>
</h1>
</center>
<h3>Contents</h3>
<ul>
  <li><a href="#overview">SAAJ API Overview</a></li>
  <li><a href="#rlsdoc">Release Documentation</a></li>
  <li><a href="#links">Related Information</a></li>
</ul>
<h3><a name="overview">SAAJ API Overview</a></h3>
<p>The
SOAP with Attachments API for Java<sup><font size="-2">TM</font></sup>
(SAAJ) 1.3 provides the API for creating and sending SOAP messages by
means of
the <code>javax.xml.soap</code> package. It is used for the SOAP
messaging that goes on behind the scenes in JAX-RPC, and JAXR
implementations. SOAP Handlers in JAX-WS use SAAJ APIs to access the
SOAP Message.&nbsp; Developers can also use it to write SOAP messaging
applications directly instead of using JAX-RPC/JAX-WS.</p>
<hr>
<b>NOTE:</b> <br>
<p>&nbsp;The
SAAJ specification is developed through the Java Community
Process following the process described at
<a href="http://www.jcp.org/en/procedures/overview">jcp.org</a>.
This process involves an
Expert Group with a lead that is responsible for delivering
the specification, a reference implementation (RI) and a test
compatibility kit (TCK).
The primary goal of an RI is to support the development of the
specification and to validate it. Specific RIs can have additional
goals; the SAAJ RI is a production-quality implementation that is
used directly in a number of products
by Sun and other vendors. To emphasize the quality of the
implementation we call it a <em>Standard Implementation</em>.
</p>
The SAAJ expert group has wide industry participation with Sun
Microsystems as the EG lead. The initial API was part of JAXM 1.0 in
<a href="http://jcp.org/en/jsr/detail?id=67">JSR-67</a> and was
released in December 2001;
the specification was later separated from JAXM in a maintenance
release in June 2002. The <code>javax.xml.messaging</code> package,
defined in
the Java API for XML Messaging (JAXM) 1.1 specification, is not part of
the <a
 href="http://java.sun.com/webservices/downloads/webservicespack.html">Java
Web Services Developer Pack</a>. The JAXM API is available as a
separate download from <a
 href="http://java.sun.com/xml/downloads/jaxm.html"><code>http://java.sun.com/xml/downloads/jaxm.html</code></a>
<hr>
<p>The SAAJ API allows a client to send messages directly to the
ultimate recipient using a <code>SOAPConnection</code> object, which
provides a point-to-point connection to the intended recipient.
Response messages
are received <i>synchronously</i> using a <i>request-response</i>
model.
<code>SOAPConnection</code> (and its related classes) is a pure library
implementation that lets you send SOAP messages directly to a remote
party. A standalone client, that is, one that does not run in a
container
such as a servlet, must include client-side libraries in its CLASSPATH.
This model is simple to get started but has limited possibilities for
reliability and message delivery guarantees. For instance, the
point-to-point message exchange model relies largely on the reliability
of the underlying transport for delivering a message.
</p>
<p>Please send feedback on this SAAJ 1.3 release to <a
 href="mailto:jwsdp-feedback@sun.com">users@saaj.dev.java.net</a>
</p>
<h3><a name="rlsdoc">Release Documentation</a></h3>
<ul>
  <li> <a href="https://saaj.dev.java.net/nonav/spec-1.3/api/">SAAJ
API documentation</a></li>
  <li> <a
 href="https://saaj.dev.java.net/source/browse/*checkout*/saaj/saaj-ri/docs/ReleaseNotes.html">Release
Notes</a></li>
  <li> <a href="./samples.html">Samples documentation</a></li>
  <li> <a href="./saaj-security.html">SAAJ Security</a></li>
</ul>
<h3><a name="links">Related Information</a></h3>
<ul>
  <p> </p>
  <li><a href="http://java.sun.com/xml/saaj/index.html">SAAJ</a> </li>
  <p></p>
  <p> </p>
  <li><a
 href="http://java.sun.com/webservices/downloads/webservicespack.html">Java
Web Services Developer Pack (Java WSDP)</a> </li>
  <p></p>
  <p> </p>
  <li><a href="http://java.sun.com/xml/">Java Technology and XML</a> </li>
  <p></p>
  <p> </p>
  <li><a href="http://java.sun.com/j2ee/webservices/index.html">Java
Technology and
Web Services</a> </li>
  <p></p>
</ul>
</body>
</html>