soapheader.html
来自「j2ee api,很好的api。我这现在有」· HTML 代码 · 共 503 行 · 第 1/3 页
HTML
503 行
<HR><A NAME="examineHeaderElements(java.lang.String)"><!-- --></A><H3>examineHeaderElements</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>examineHeaderElements</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> actor)</PRE><DL><DD>Returns an <code>Iterator</code> over all the <code>SOAPHeaderElement</code> objects in this <code>SOAPHeader</code> object that have the specified actor. An actor is a global attribute that indicates the intermediate parties that should process a message before it reaches its ultimate receiver. An actor receives the message and processes it before sending it on to the next actor. The default actor is the ultimate intended recipient for the message, so if no actor attribute is included in a <code>SOAPHeader</code> object, it is sent to the ultimate receiver along with the message body.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>actor</CODE> - a <code>String</code> giving the URI of the actor for which to search<DT><B>Returns:</B><DD>an <code>Iterator</code> object over all the <code>SOAPHeaderElement</code> objects that contain the specified actor<DT><B>See Also:</B><DD><A HREF="../../../javax/xml/soap/SOAPHeader.html#extractHeaderElements(java.lang.String)"><CODE>extractHeaderElements(java.lang.String)</CODE></A>, <A HREF="../../../javax/xml/soap/SOAPConstants.html#URI_SOAP_ACTOR_NEXT"><CODE>SOAPConstants.URI_SOAP_ACTOR_NEXT</CODE></A></DL></DD></DL><HR><A NAME="extractHeaderElements(java.lang.String)"><!-- --></A><H3>extractHeaderElements</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>extractHeaderElements</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> actor)</PRE><DL><DD>Returns an <code>Iterator</code> over all the <code>SOAPHeaderElement</code> objects in this <code>SOAPHeader</code> object that have the specified actor and detaches them from this <code>SOAPHeader</code> object. <P> This method allows an actor to process the parts of the <code>SOAPHeader</code> object that apply to it and to remove them before passing the message on to the next actor.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>actor</CODE> - a <code>String</code> giving the URI of the actor for which to search<DT><B>Returns:</B><DD>an <code>Iterator</code> object over all the <code>SOAPHeaderElement</code> objects that contain the specified actor<DT><B>See Also:</B><DD><A HREF="../../../javax/xml/soap/SOAPHeader.html#examineHeaderElements(java.lang.String)"><CODE>examineHeaderElements(java.lang.String)</CODE></A>, <A HREF="../../../javax/xml/soap/SOAPConstants.html#URI_SOAP_ACTOR_NEXT"><CODE>SOAPConstants.URI_SOAP_ACTOR_NEXT</CODE></A></DL></DD></DL><HR><A NAME="examineAllHeaderElements()"><!-- --></A><H3>examineAllHeaderElements</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>examineAllHeaderElements</B>()</PRE><DL><DD>Returns an <code>Iterator</code> over all the <code>SOAPHeaderElement</code> objects in this <code>SOAPHeader</code> object.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>an <code>Iterator</code> object over all the <code>SOAPHeaderElement</code> objects contained by this <code>SOAPHeader</code><DT><B>Since:</B></DT> <DD>SAAJ 1.2</DD><DT><B>See Also:</B><DD><A HREF="../../../javax/xml/soap/SOAPHeader.html#extractAllHeaderElements()"><CODE>extractAllHeaderElements()</CODE></A></DL></DD></DL><HR><A NAME="extractAllHeaderElements()"><!-- --></A><H3>extractAllHeaderElements</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>extractAllHeaderElements</B>()</PRE><DL><DD>Returns an <code>Iterator</code> over all the <code>SOAPHeaderElement</code> objects in this <code>SOAPHeader</code> object and detaches them from this <code>SOAPHeader</code> object.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>an <code>Iterator</code> object over all the <code>SOAPHeaderElement</code> objects contained by this <code>SOAPHeader</code><DT><B>Since:</B></DT> <DD>SAAJ 1.2</DD><DT><B>See Also:</B><DD><A HREF="../../../javax/xml/soap/SOAPHeader.html#examineAllHeaderElements()"><CODE>examineAllHeaderElements()</CODE></A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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"> <A HREF="../../../javax/xml/soap/SOAPFaultElement.html" title="interface in javax.xml.soap"><B>PREV CLASS</B></A> <A HREF="../../../javax/xml/soap/SOAPHeaderElement.html" title="interface in javax.xml.soap"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="SOAPHeader.html" target="_top"><B>NO FRAMES</B></A> <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><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></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 + -
显示快捷键?