package-summary.html

来自「j2ee api,很好的api。我这现在有」· HTML 代码 · 共 354 行 · 第 1/2 页

HTML
354
字号
<TD>An object that stores a MIME header name and its value. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/MimeHeaders.html" title="class in javax.xml.soap">MimeHeaders</A></B></TD><TD>A container for <code>MimeHeader</code> objects, which represent the MIME headers present in a MIME part of a message. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/SOAPConnection.html" title="class in javax.xml.soap">SOAPConnection</A></B></TD><TD>A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/SOAPConnectionFactory.html" title="class in javax.xml.soap">SOAPConnectionFactory</A></B></TD><TD>A factory for creating <code>SOAPConnection</code> objects. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/SOAPElementFactory.html" title="class in javax.xml.soap">SOAPElementFactory</A></B></TD><TD><B>Deprecated.</B>&nbsp;<I>- Use <code>javax.xml.soap.SOAPFactory</code> for creating SOAPElements.</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/SOAPFactory.html" title="class in javax.xml.soap">SOAPFactory</A></B></TD><TD><code>SOAPFactory</code> is a factory for creating various objects that exist in the SOAP XML tree. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/SOAPMessage.html" title="class in javax.xml.soap">SOAPMessage</A></B></TD><TD>The root class for all SOAP messages. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/SOAPPart.html" title="class in javax.xml.soap">SOAPPart</A></B></TD><TD>The container for the SOAP-specific portion of a <code>SOAPMessage</code> object. </TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Exception Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../javax/xml/soap/SOAPException.html" title="class in javax.xml.soap">SOAPException</A></B></TD><TD>An exception that signals that a SOAP exception has occurred. </TD></TR></TABLE>&nbsp;<P><A NAME="package_description"><!-- --></A><H2>Package javax.xml.soap Description</H2><P>Provides the API for creating and building SOAP messages. This package is defined in the <i>SOAP with Attachments API for Java<sup><font size="-2">TM</font></sup> (SAAJ) 1.1</i> specification.<p> The API in the <code>javax.xml.soap</code> package allows you to do the following: </p><ul>     <li>create a point-to-point connection to a specified endpoint   </li>    <li>create a SOAP message   </li>    <li>create an XML fragment   </li>    <li>add content to the header of a SOAP message   </li>    <li>add content to the body of a SOAP message   </li>    <li>create attachment parts and add content to them   </li>    <li>access/add/modify parts of a SOAP message   </li>    <li>create/add/modify SOAP fault information   </li>    <li>extract content from a SOAP message   </li>    <li>send a SOAP request-response message   </li></ul><p>   <!-- <h2>Package Specification</h2> -->  <!-- The SAAJ 1.1 specification gives an overview of the  --> <!-- <code>javax.xml.soap</code> package and --> <!-- explains how its classes and interfaces work. --> <!-- <ul> --> <!--   <li><a href="http://java.sun.com/xml/downloads/jaxm.html"> --> <!-- 	SAAJ 1.1 Specification</a> --> <!-- </ul> -->  <!-- <h2>Related Documentation</h2> --> <!-- 	For overviews, tutorials, examples, guides, and tool documentation, please see: --> <!-- 	<ul> --> <!-- 	  <li><a href="../../../../tutorial/doc/JAXM.html">JAXM Tutorial</a> --> <!-- 	  <li><a href="../../../../jaxm/index.html">JAXM Reference Implementation (RI) --> <!-- 			  Documentation</a> --> <!-- 	</ul> -->  </p>In addition the APIs in the <code>javax.xml.soap</code> package extendtheir  counterparts in the <code>org.w3c.dom</code> package. This means thatthe  <code>SOAPPart</code> of a <code>SOAPMessage</code> is also a DOM Level2 <code>Document</code>, and can be manipulated as such by applications,tools and libraries that use DOM (see http://www.w3.org/DOM/ for more information).It is important to note that, while it is possible to use DOM APIs to addordinary DOM nodes to a SAAJ tree, the SAAJ APIs are still required to returnSAAJ types when examining or manipulating the tree. In order to accomplishthis the SAAJ APIs (specifically <A HREF="../../../javax/xml/soap/SOAPElement.html#getChildElements()"><CODE>SOAPElement.getChildElements()</CODE></A>)are allowed to silently replace objects that are incorrectly typed relativeto SAAJ requirements with equivalent objects of the required type. Thesereplacements must never cause the logical structure of the tree to change,so from the perspective of the DOM APIs the tree will remain unchanged. However,the physical composition of the tree will have changed so that referencesto the nodes that were replaced will refer to nodes that are no longer apart of the tree. The SAAJ APIs are not allowed to make these replacementsif they are not required so the replacement objects will never subsequentlybe silently replaced by future calls to the SAAJ API.<p>What this means inpractical terms is that an application that starts to use SAAJ APIs on atree after manipulating it using DOM APIs must assume that the tree has beentranslated into an all SAAJ tree and that any references to objects withinthe tree that were obtained using DOM APIs are no longer valid. Switchingfrom SAAJ APIs to DOM APIs is not allowed to cause invalid references andneither is using SAAJ APIs exclusively. It is only switching from using DOMAPIs on a particular SAAJ tree to using SAAJ APIs that causes the risk ofinvalid references.<br><P><P><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Ent. Ed. v1.4</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../javax/xml/rpc/soap/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../../javax/xml/transform/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><font size="-1"><a href="http://java.sun.com/webapps/bugreport">Submit a bug or feature</a> <p>Copyright 2003 Sun Microsystems, Inc. All rights reserved.</font></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?