📄 inboundtransportmessagecontext.html
字号:
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the service endpoint object which has received this incoming message
<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="getRequestMetaData()"><!-- --></A><H3>
getRequestMetaData</H3>
<PRE>
<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>
</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>
<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>
</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="createResponseMetaData()"><!-- --></A><H3>
createResponseMetaData</H3>
<PRE>
<A HREF="../../../../../com/bea/wli/sb/transports/ResponseMetaData.html" title="class in com.bea.wli.sb.transports">ResponseMetaData</A> <B>createResponseMetaData</B>()
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Creates a new (empty) response meta data POJO
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>empty (new) meta-data for the response part of the message, e.g. headers, etc. Used for initializing the inbound response
<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="createResponseMetaData(org.apache.xmlbeans.XmlObject)"><!-- --></A><H3>
createResponseMetaData</H3>
<PRE>
<A HREF="../../../../../com/bea/wli/sb/transports/ResponseMetaData.html" title="class in com.bea.wli.sb.transports">ResponseMetaData</A> <B>createResponseMetaData</B>(org.apache.xmlbeans.XmlObject rmdXML)
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Creates a new response meta data POJO
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rmdXML</CODE> - transport provider-specific XML Bean that represents the provider-specific meta data
<DT><B>Returns:</B><DD>meta-data for the response part of the message, e.g. headers, etc initialized according to XML bean. Used for initializing the inbound response
<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="setResponseMetaData(com.bea.wli.sb.transports.ResponseMetaData)"><!-- --></A><H3>
setResponseMetaData</H3>
<PRE>
void <B>setResponseMetaData</B>(<A HREF="../../../../../com/bea/wli/sb/transports/ResponseMetaData.html" title="class in com.bea.wli.sb.transports">ResponseMetaData</A> rmd)
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Sets the meta-data for the response part of the message, e.g. headers, etc.
<P>
<DD><DL>
</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="setResponsePayload(com.bea.wli.sb.sources.Source)"><!-- --></A><H3>
setResponsePayload</H3>
<PRE>
void <B>setResponsePayload</B>(<A HREF="../../../../../com/bea/wli/sb/sources/Source.html" title="interface in com.bea.wli.sb.sources">Source</A> src)
throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Sets the response payload into the message context
<P>
<DD><DL>
</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="close(com.bea.wli.sb.transports.TransportOptions)"><!-- --></A><H3>
close</H3>
<PRE>
void <B>close</B>(<A HREF="../../../../../com/bea/wli/sb/transports/TransportOptions.html" title="class in com.bea.wli.sb.transports">TransportOptions</A> options)</PRE>
<DL>
<DD>Commits the contents of this context and clean up any resources used by this context
<P>
<DD><DL>
</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> </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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.Update.html" title="interface in com.bea.wli.sb.transports"><B>PREV CLASS</B></A>
<A HREF="../../../../../com/bea/wli/sb/transports/NoServiceTransportSender.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/InboundTransportMessageContext.html" target="_top"><B>FRAMES</B></A>
<A HREF="InboundTransportMessageContext.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>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -