blob: 148026a88406956c14eeed759fa88aea49aecfde [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>RMEndpoint (Apache CXF JavaDoc 3.1.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RMEndpoint (Apache CXF JavaDoc 3.1.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RMEndpoint.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cxf/ws/rm/RMDeliveryInterceptor.html" title="class in org.apache.cxf.ws.rm"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cxf/ws/rm/RMException.html" title="class in org.apache.cxf.ws.rm"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cxf/ws/rm/RMEndpoint.html" target="_top">Frames</a></li>
<li><a href="RMEndpoint.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cxf.ws.rm</div>
<h2 title="Class RMEndpoint" class="title">Class RMEndpoint</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cxf.ws.rm.RMEndpoint</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">RMEndpoint</span>
extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#RMEndpoint(org.apache.cxf.ws.rm.RMManager,%20org.apache.cxf.endpoint.Endpoint)">RMEndpoint</a></strong>(<a href="../../../../../org/apache/cxf/ws/rm/RMManager.html" title="class in org.apache.cxf.ws.rm">RMManager</a>&nbsp;m,
<a href="../../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a>&nbsp;ae)</code>
<div class="block">Constructor.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getApplicationEndpoint()">getApplicationEndpoint</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getApplicationMessageCount()">getApplicationMessageCount</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/service/model/BindingInfo.html" title="class in org.apache.cxf.service.model">BindingInfo</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getBindingInfo(org.apache.cxf.ws.rm.ProtocolVariation)">getBindingInfo</a></strong>(<a href="../../../../../org/apache/cxf/ws/rm/ProtocolVariation.html" title="enum in org.apache.cxf.ws.rm">ProtocolVariation</a>&nbsp;protocol)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/transport/Conduit.html" title="interface in org.apache.cxf.transport">Conduit</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getConduit()">getConduit</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/ws/rm/RMConfiguration.html" title="class in org.apache.cxf.ws.rm">RMConfiguration</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getConfiguration()">getConfiguration</a></strong>()</code>
<div class="block">Get the RM configuration applied to this endpoint.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getControlMessageCount()">getControlMessageCount</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/ws/rm/Destination.html" title="class in org.apache.cxf.ws.rm">Destination</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getDestination()">getDestination</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getEndpoint(org.apache.cxf.ws.rm.ProtocolVariation)">getEndpoint</a></strong>(<a href="../../../../../org/apache/cxf/ws/rm/ProtocolVariation.html" title="enum in org.apache.cxf.ws.rm">ProtocolVariation</a>&nbsp;protocol)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getLastApplicationMessage()">getLastApplicationMessage</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getLastControlMessage()">getLastControlMessage</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/ws/rm/RMManager.html" title="class in org.apache.cxf.ws.rm">RMManager</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getManager()">getManager</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/ws/rm/Proxy.html" title="class in org.apache.cxf.ws.rm">Proxy</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getProxy()">getProxy</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/ws/rm/Servant.html" title="class in org.apache.cxf.ws.rm">Servant</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getServant()">getServant</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/service/Service.html" title="interface in org.apache.cxf.service">Service</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getService(org.apache.cxf.ws.rm.ProtocolVariation)">getService</a></strong>(<a href="../../../../../org/apache/cxf/ws/rm/ProtocolVariation.html" title="enum in org.apache.cxf.ws.rm">ProtocolVariation</a>&nbsp;protocol)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/ws/rm/Source.html" title="class in org.apache.cxf.ws.rm">Source</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#getSource()">getSource</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#handleAccept(java.lang.String,%20long,%20org.apache.cxf.message.Message)">handleAccept</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ssid,
long&nbsp;number,
<a href="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</a>&nbsp;msg)</code>
<div class="block">Handle message accepted for source sequence.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#handleAcknowledgment(java.lang.String,%20long,%20org.apache.cxf.message.Message)">handleAcknowledgment</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ssid,
long&nbsp;number,
<a href="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</a>&nbsp;msg)</code>
<div class="block">Handle message acknowledgment for source sequence.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#receivedApplicationMessage()">receivedApplicationMessage</a></strong>()</code>
<div class="block">Indicates that an application message has been received.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#receivedControlMessage()">receivedControlMessage</a></strong>()</code>
<div class="block">Indicates that an RM protocol message has been received.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#setDestination(org.apache.cxf.ws.rm.Destination)">setDestination</a></strong>(<a href="../../../../../org/apache/cxf/ws/rm/Destination.html" title="class in org.apache.cxf.ws.rm">Destination</a>&nbsp;destination)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/ws/rm/RMEndpoint.html#setSource(org.apache.cxf.ws.rm.Source)">setSource</a></strong>(<a href="../../../../../org/apache/cxf/ws/rm/Source.html" title="class in org.apache.cxf.ws.rm">Source</a>&nbsp;source)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="RMEndpoint(org.apache.cxf.ws.rm.RMManager, org.apache.cxf.endpoint.Endpoint)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RMEndpoint</h4>
<pre>public&nbsp;RMEndpoint(<a href="../../../../../org/apache/cxf/ws/rm/RMManager.html" title="class in org.apache.cxf.ws.rm">RMManager</a>&nbsp;m,
<a href="../../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a>&nbsp;ae)</pre>
<div class="block">Constructor.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>m</code> - </dd><dd><code>ae</code> - </dd><dd><code>pv</code> - </dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getManager</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/ws/rm/RMManager.html" title="class in org.apache.cxf.ws.rm">RMManager</a>&nbsp;getManager()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the bus.</dd></dl>
</li>
</ul>
<a name="getApplicationEndpoint()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getApplicationEndpoint</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a>&nbsp;getApplicationEndpoint()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the application endpoint.</dd></dl>
</li>
</ul>
<a name="getEndpoint(org.apache.cxf.ws.rm.ProtocolVariation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndpoint</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a>&nbsp;getEndpoint(<a href="../../../../../org/apache/cxf/ws/rm/ProtocolVariation.html" title="enum in org.apache.cxf.ws.rm">ProtocolVariation</a>&nbsp;protocol)</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the RM protocol endpoint.</dd></dl>
</li>
</ul>
<a name="getService(org.apache.cxf.ws.rm.ProtocolVariation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getService</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/service/Service.html" title="interface in org.apache.cxf.service">Service</a>&nbsp;getService(<a href="../../../../../org/apache/cxf/ws/rm/ProtocolVariation.html" title="enum in org.apache.cxf.ws.rm">ProtocolVariation</a>&nbsp;protocol)</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the RM protocol service.</dd></dl>
</li>
</ul>
<a name="getBindingInfo(org.apache.cxf.ws.rm.ProtocolVariation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBindingInfo</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/service/model/BindingInfo.html" title="class in org.apache.cxf.service.model">BindingInfo</a>&nbsp;getBindingInfo(<a href="../../../../../org/apache/cxf/ws/rm/ProtocolVariation.html" title="enum in org.apache.cxf.ws.rm">ProtocolVariation</a>&nbsp;protocol)</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the RM protocol binding info.</dd></dl>
</li>
</ul>
<a name="getProxy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProxy</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/ws/rm/Proxy.html" title="class in org.apache.cxf.ws.rm">Proxy</a>&nbsp;getProxy()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the proxy.</dd></dl>
</li>
</ul>
<a name="getServant()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServant</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/ws/rm/Servant.html" title="class in org.apache.cxf.ws.rm">Servant</a>&nbsp;getServant()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the servant.</dd></dl>
</li>
</ul>
<a name="getDestination()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDestination</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/ws/rm/Destination.html" title="class in org.apache.cxf.ws.rm">Destination</a>&nbsp;getDestination()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the destination.</dd></dl>
</li>
</ul>
<a name="setDestination(org.apache.cxf.ws.rm.Destination)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDestination</h4>
<pre>public&nbsp;void&nbsp;setDestination(<a href="../../../../../org/apache/cxf/ws/rm/Destination.html" title="class in org.apache.cxf.ws.rm">Destination</a>&nbsp;destination)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>destination</code> - The destination to set.</dd></dl>
</li>
</ul>
<a name="getSource()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSource</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/ws/rm/Source.html" title="class in org.apache.cxf.ws.rm">Source</a>&nbsp;getSource()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the source.</dd></dl>
</li>
</ul>
<a name="setSource(org.apache.cxf.ws.rm.Source)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSource</h4>
<pre>public&nbsp;void&nbsp;setSource(<a href="../../../../../org/apache/cxf/ws/rm/Source.html" title="class in org.apache.cxf.ws.rm">Source</a>&nbsp;source)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - The source to set.</dd></dl>
</li>
</ul>
<a name="getLastApplicationMessage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLastApplicationMessage</h4>
<pre>public&nbsp;long&nbsp;getLastApplicationMessage()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>The time when last application message was received.</dd></dl>
</li>
</ul>
<a name="getApplicationMessageCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getApplicationMessageCount</h4>
<pre>public&nbsp;int&nbsp;getApplicationMessageCount()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>The number of times when last application message was received.</dd></dl>
</li>
</ul>
<a name="receivedApplicationMessage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>receivedApplicationMessage</h4>
<pre>public&nbsp;void&nbsp;receivedApplicationMessage()</pre>
<div class="block">Indicates that an application message has been received.</div>
</li>
</ul>
<a name="getLastControlMessage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLastControlMessage</h4>
<pre>public&nbsp;long&nbsp;getLastControlMessage()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>The time when last RM protocol message was received.</dd></dl>
</li>
</ul>
<a name="getControlMessageCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getControlMessageCount</h4>
<pre>public&nbsp;int&nbsp;getControlMessageCount()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>The number of times when RM protocol message was received.</dd></dl>
</li>
</ul>
<a name="receivedControlMessage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>receivedControlMessage</h4>
<pre>public&nbsp;void&nbsp;receivedControlMessage()</pre>
<div class="block">Indicates that an RM protocol message has been received.</div>
</li>
</ul>
<a name="getConduit()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConduit</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/transport/Conduit.html" title="interface in org.apache.cxf.transport">Conduit</a>&nbsp;getConduit()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the conduit.</dd></dl>
</li>
</ul>
<a name="getConfiguration()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfiguration</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/ws/rm/RMConfiguration.html" title="class in org.apache.cxf.ws.rm">RMConfiguration</a>&nbsp;getConfiguration()</pre>
<div class="block">Get the RM configuration applied to this endpoint.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>configuration</dd></dl>
</li>
</ul>
<a name="handleAccept(java.lang.String, long, org.apache.cxf.message.Message)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleAccept</h4>
<pre>public&nbsp;void&nbsp;handleAccept(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ssid,
long&nbsp;number,
<a href="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</a>&nbsp;msg)</pre>
<div class="block">Handle message accepted for source sequence. This generates a callback if a receiver is set on the message.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ssid</code> - </dd><dd><code>number</code> - </dd><dd><code>msg</code> - </dd></dl>
</li>
</ul>
<a name="handleAcknowledgment(java.lang.String, long, org.apache.cxf.message.Message)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>handleAcknowledgment</h4>
<pre>public&nbsp;void&nbsp;handleAcknowledgment(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ssid,
long&nbsp;number,
<a href="../../../../../org/apache/cxf/message/Message.html" title="interface in org.apache.cxf.message">Message</a>&nbsp;msg)</pre>
<div class="block">Handle message acknowledgment for source sequence. This generates a notification of the acknowledgment if JMX
is being used, and also generates a callback if a receiver is set on the message.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ssid</code> - </dd><dd><code>number</code> - </dd><dd><code>msg</code> - </dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RMEndpoint.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cxf/ws/rm/RMDeliveryInterceptor.html" title="class in org.apache.cxf.ws.rm"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cxf/ws/rm/RMException.html" title="class in org.apache.cxf.ws.rm"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cxf/ws/rm/RMEndpoint.html" target="_top">Frames</a></li>
<li><a href="RMEndpoint.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>