⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 colocatedmessagecontext.html

📁 一个实用的java源程序
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</DD>
</DL>
<HR>

<A NAME="getEndPoint()"><!-- --></A><H3>
getEndPoint</H3>
<PRE>
public <A HREF="../../../../../com/bea/wli/sb/transports/TransportEndPoint.html" title="interface in com.bea.wli.sb.transports">TransportEndPoint</A> <B>getEndPoint</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#getEndPoint()">getEndPoint</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">InboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the service endpoint object which has received this incoming message</DL>
</DD>
</DL>
<HR>

<A NAME="getMessageId()"><!-- --></A><H3>
getMessageId</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getMessageId</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportMessageContext.html#getMessageId()">getMessageId</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportMessageContext.html" title="interface in com.bea.wli.sb.transports">TransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>returns transport provider-specific message identifier. Ideally it should uniquely identify the message among other messages going through the ALSB runtime, However, ALSB does not depend on the message Id being unique. The message Id will be added to the message context and thus visible in the pipeline.</DL>
</DD>
</DL>
<HR>

<A NAME="getRequestMetaData()"><!-- --></A><H3>
getRequestMetaData</H3>
<PRE>
public <A HREF="../../../../../com/bea/wli/sb/transports/RequestMetaData.html" title="class in com.bea.wli.sb.transports">RequestMetaData</A> <B>getRequestMetaData</B>()
                                   throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#getRequestMetaData()">getRequestMetaData</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">InboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the meta-data for the request part of the message, e.g. headers, etc. Returns null if there is no request meta-data
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getRequestPayload()"><!-- --></A><H3>
getRequestPayload</H3>
<PRE>
public <A HREF="../../../../../com/bea/wli/sb/sources/Source.html" title="interface in com.bea.wli.sb.sources">Source</A> <B>getRequestPayload</B>()
                         throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#getRequestPayload()">getRequestPayload</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">InboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>returns a source (e.g. input stream or a DOM object) for reading data in the body of the request of an inbound message or null if there is no body of the request. Note that the entire body of the payload is retrieved.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getResponseMetaData()"><!-- --></A><H3>
getResponseMetaData</H3>
<PRE>
public <A HREF="../../../../../com/bea/wli/sb/transports/ResponseMetaData.html" title="class in com.bea.wli.sb.transports">ResponseMetaData</A> <B>getResponseMetaData</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/OutboundTransportMessageContext.html#getResponseMetaData()">getResponseMetaData</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/OutboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">OutboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the meta-data for the response part of the message, e.g. headers, etc.         Returns null if there is no response meta-data</DL>
</DD>
</DL>
<HR>

<A NAME="setResponseMetaData(com.bea.wli.sb.transports.ResponseMetaData)"><!-- --></A><H3>
setResponseMetaData</H3>
<PRE>
public void <B>setResponseMetaData</B>(<A HREF="../../../../../com/bea/wli/sb/transports/ResponseMetaData.html" title="class in com.bea.wli.sb.transports">ResponseMetaData</A>&nbsp;rmd)
                         throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#setResponseMetaData(com.bea.wli.sb.transports.ResponseMetaData)">InboundTransportMessageContext</A></CODE></B></DD>
<DD>Sets the meta-data for the response part of the message, e.g. headers, etc.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#setResponseMetaData(com.bea.wli.sb.transports.ResponseMetaData)">setResponseMetaData</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">InboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rmd</CODE> - Transport Provider-specific POJO that represents response meta data
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getResponsePayload()"><!-- --></A><H3>
getResponsePayload</H3>
<PRE>
public <A HREF="../../../../../com/bea/wli/sb/sources/Source.html" title="interface in com.bea.wli.sb.sources">Source</A> <B>getResponsePayload</B>()
                          throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>client should not need to read the body of the response on the inbound message
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/OutboundTransportMessageContext.html#getResponsePayload()">getResponsePayload</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/OutboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">OutboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>returns a source for reading the body of the response of the outbound message. returns null if there is no response payload
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setResponsePayload(com.bea.wli.sb.sources.Source)"><!-- --></A><H3>
setResponsePayload</H3>
<PRE>
public void <B>setResponsePayload</B>(<A HREF="../../../../../com/bea/wli/sb/sources/Source.html" title="interface in com.bea.wli.sb.sources">Source</A>&nbsp;src)
                        throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#setResponsePayload(com.bea.wli.sb.sources.Source)">InboundTransportMessageContext</A></CODE></B></DD>
<DD>Sets the response payload into the message context
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#setResponsePayload(com.bea.wli.sb.sources.Source)">setResponsePayload</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">InboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>src</CODE> - source containing the response payload
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="send(com.bea.wli.sb.transports.TransportSendListener)"><!-- --></A><H3>
send</H3>
<PRE>
public void <B>send</B>(<A HREF="../../../../../com/bea/wli/sb/transports/TransportSendListener.html" title="interface in com.bea.wli.sb.transports">TransportSendListener</A>&nbsp;listener)
          throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="close(com.bea.wli.sb.transports.TransportOptions)"><!-- --></A><H3>
close</H3>
<PRE>
public void <B>close</B>(<A HREF="../../../../../com/bea/wli/sb/transports/TransportOptions.html" title="class in com.bea.wli.sb.transports">TransportOptions</A>&nbsp;options)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#close(com.bea.wli.sb.transports.TransportOptions)">InboundTransportMessageContext</A></CODE></B></DD>
<DD>Commits the contents of this context and clean up any resources used by this context
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html#close(com.bea.wli.sb.transports.TransportOptions)">close</A></CODE> in interface <CODE><A HREF="../../../../../com/bea/wli/sb/transports/InboundTransportMessageContext.html" title="interface in com.bea.wli.sb.transports">InboundTransportMessageContext</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>options</CODE> - specifies additional run-time parameters with respect to processing of inbound response. E.g. it can signal the mode of a given message: one-way versus request/response</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=2 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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></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>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../../com/bea/wli/sb/transports/CredentialCallback.html" title="interface in com.bea.wli.sb.transports"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?com/bea/wli/sb/transports/CoLocatedMessageContext.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="CoLocatedMessageContext.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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