summaryrefslogtreecommitdiffstats
path: root/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/invocation/Invoker.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/invocation/Invoker.html')
-rw-r--r--site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/invocation/Invoker.html217
1 files changed, 217 insertions, 0 deletions
diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/invocation/Invoker.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/invocation/Invoker.html
new file mode 100644
index 0000000000..e97c6ea7e2
--- /dev/null
+++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/invocation/Invoker.html
@@ -0,0 +1,217 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_11) on Tue Jan 27 20:37:58 CST 2009 -->
+<TITLE>
+Invoker
+</TITLE>
+
+<META NAME="date" CONTENT="2009-01-27">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Invoker";
+ }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" 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_top_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;<A HREF="../../../../../org/apache/tuscany/sca/invocation/InvocationChain.html" title="interface in org.apache.tuscany.sca.invocation"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/tuscany/sca/invocation/Message.html" title="interface in org.apache.tuscany.sca.invocation"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../index.html?org/apache/tuscany/sca/invocation/Invoker.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="Invoker.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_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.tuscany.sca.invocation</FONT>
+<BR>
+Interface Invoker</H2>
+<DL>
+<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../../org/apache/tuscany/sca/invocation/Interceptor.html" title="interface in org.apache.tuscany.sca.invocation">Interceptor</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/tuscany/sca/binding/ws/axis2/Axis2BindingInvoker.html" title="class in org.apache.tuscany.sca.binding.ws.axis2">Axis2BindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/ws/axis2/policy/header/Axis2HeaderReferencePolicyInterceptor.html" title="class in org.apache.tuscany.sca.binding.ws.axis2.policy.header">Axis2HeaderReferencePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/ws/axis2/policy/header/Axis2HeaderServicePolicyInterceptor.html" title="class in org.apache.tuscany.sca.binding.ws.axis2.policy.header">Axis2HeaderServicePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/ws/axis2/Axis2OneWayBindingInvoker.html" title="class in org.apache.tuscany.sca.binding.ws.axis2">Axis2OneWayBindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/sca/axis2/impl/Axis2SCABindingInvoker.html" title="class in org.apache.tuscany.sca.binding.sca.axis2.impl">Axis2SCABindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/ws/axis2/policy/authentication/token/Axis2TokenAuthenticationReferencePolicyInterceptor.html" title="class in org.apache.tuscany.sca.binding.ws.axis2.policy.authentication.token">Axis2TokenAuthenticationReferencePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/ws/axis2/policy/authentication/token/Axis2TokenAuthenticationServicePolicyInterceptor.html" title="class in org.apache.tuscany.sca.binding.ws.axis2.policy.authentication.token">Axis2TokenAuthenticationServicePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/policy/authentication/basic/BasicAuthenticationReferencePolicyInterceptor.html" title="class in org.apache.tuscany.sca.policy.authentication.basic">BasicAuthenticationReferencePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/policy/authentication/basic/BasicAuthenticationServicePolicyInterceptor.html" title="class in org.apache.tuscany.sca.policy.authentication.basic">BasicAuthenticationServicePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/bpel/ode/provider/BPELInvoker.html" title="class in org.apache.tuscany.sca.implementation.bpel.ode.provider">BPELInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/core/invocation/CallbackInterfaceInterceptor.html" title="class in org.apache.tuscany.sca.core.invocation">CallbackInterfaceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/corba/impl/CorbaInvoker.html" title="class in org.apache.tuscany.sca.binding.corba.impl">CorbaInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/sca/corba/impl/CorbaSCAInvoker.html" title="class in org.apache.tuscany.sca.binding.sca.corba.impl">CorbaSCAInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/core/databinding/wire/DataTransformationInterceptor.html" title="class in org.apache.tuscany.sca.core.databinding.wire">DataTransformationInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/dwr/DWRInvoker.html" title="class in org.apache.tuscany.sca.binding.dwr">DWRInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/ejb/provider/EJBBindingInvoker.html" title="class in org.apache.tuscany.sca.binding.ejb.provider">EJBBindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/headers/HeaderReferenceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.headers">HeaderReferenceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/policy/security/jaas/JaasAuthenticationInterceptor.html" title="class in org.apache.tuscany.sca.policy.security.jaas">JaasAuthenticationInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/java/invocation/JavaImplementationInvoker.html" title="class in org.apache.tuscany.sca.implementation.java.invocation">JavaImplementationInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/policy/logging/jdk/JDKLoggingPolicyInterceptor.html" title="class in org.apache.tuscany.sca.policy.logging.jdk">JDKLoggingPolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/provider/JMSBindingInvoker.html" title="class in org.apache.tuscany.sca.binding.jms.provider">JMSBindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/policy/header/JMSHeaderReferencePolicyInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.policy.header">JMSHeaderReferencePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/policy/authentication/token/JMSTokenAuthenticationReferencePolicyInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.policy.authentication.token">JMSTokenAuthenticationReferencePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/policy/authentication/token/JMSTokenAuthenticationServicePolicyInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.policy.authentication.token">JMSTokenAuthenticationServicePolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jsonrpc/provider/JSONRPCBindingInvoker.html" title="class in org.apache.tuscany.sca.binding.jsonrpc.provider">JSONRPCBindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/core/invocation/NonBlockingInterceptor.html" title="class in org.apache.tuscany.sca.core.invocation">NonBlockingInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/notification/NotificationComponentInvoker.html" title="class in org.apache.tuscany.sca.implementation.notification">NotificationComponentInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/notification/NotificationReferenceBindingInvoker.html" title="class in org.apache.tuscany.sca.binding.notification">NotificationReferenceBindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/operationselector/jmsdefault/runtime/OperationSelectorJMSDefaultServiceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.operationselector.jmsdefault.runtime">OperationSelectorJMSDefaultServiceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/osgi/runtime/OSGiRemotableInvoker.html" title="class in org.apache.tuscany.sca.implementation.osgi.runtime">OSGiRemotableInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/osgi/runtime/OSGiTargetInvoker.html" title="class in org.apache.tuscany.sca.implementation.osgi.runtime">OSGiTargetInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/core/databinding/wire/PassByValueInterceptor.html" title="class in org.apache.tuscany.sca.core.databinding.wire">PassByValueInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/java/invocation/PolicyHandlingInterceptor.html" title="class in org.apache.tuscany.sca.implementation.java.invocation">PolicyHandlingInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/rmi/provider/RMIReferenceInvoker.html" title="class in org.apache.tuscany.sca.binding.rmi.provider">RMIReferenceInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/provider/RRBJMSBindingInvoker.html" title="class in org.apache.tuscany.sca.binding.jms.provider">RRBJMSBindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/core/invocation/RuntimeWireInvoker.html" title="class in org.apache.tuscany.sca.core.invocation">RuntimeWireInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/sca/impl/SCABindingInvoker.html" title="class in org.apache.tuscany.sca.binding.sca.impl">SCABindingInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/script/ScriptInvoker.html" title="class in org.apache.tuscany.sca.implementation.script">ScriptInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/policy/identity/SecurityIdentityImplementationPolicyInterceptor.html" title="class in org.apache.tuscany.sca.policy.identity">SecurityIdentityImplementationPolicyInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/spring/SpringInvoker.html" title="class in org.apache.tuscany.sca.implementation.spring">SpringInvoker</A>, <A HREF="../../../../../org/apache/tuscany/sca/policy/transaction/TransactionInterceptor.html" title="class in org.apache.tuscany.sca.policy.transaction">TransactionInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/transport/TransportReferenceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.transport">TransportReferenceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/transport/TransportServiceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.transport">TransportServiceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmsbytes/runtime/WireFormatJMSBytesReferenceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmsbytes.runtime">WireFormatJMSBytesReferenceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmsbytes/runtime/WireFormatJMSBytesServiceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmsbytes.runtime">WireFormatJMSBytesServiceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmsobject/runtime/WireFormatJMSObjectReferenceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmsobject.runtime">WireFormatJMSObjectReferenceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmsobject/runtime/WireFormatJMSObjectServiceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmsobject.runtime">WireFormatJMSObjectServiceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmstext/runtime/WireFormatJMSTextReferenceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmstext.runtime">WireFormatJMSTextReferenceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmstext/runtime/WireFormatJMSTextServiceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmstext.runtime">WireFormatJMSTextServiceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmstextxml/runtime/WireFormatJMSTextXMLReferenceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmstextxml.runtime">WireFormatJMSTextXMLReferenceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/binding/jms/wireformat/jmstextxml/runtime/WireFormatJMSTextXMLServiceInterceptor.html" title="class in org.apache.tuscany.sca.binding.jms.wireformat.jmstextxml.runtime">WireFormatJMSTextXMLServiceInterceptor</A>, <A HREF="../../../../../org/apache/tuscany/sca/implementation/xquery/XQueryInvoker.html" title="class in org.apache.tuscany.sca.implementation.xquery">XQueryInvoker</A></DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public interface <B>Invoker</B></DL>
+</PRE>
+
+<P>
+Synchronous mediation associated with a client- or target- side wire.
+<P>
+
+<P>
+<HR>
+
+<P>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/tuscany/sca/invocation/Message.html" title="interface in org.apache.tuscany.sca.invocation">Message</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/tuscany/sca/invocation/Invoker.html#invoke(org.apache.tuscany.sca.invocation.Message)">invoke</A></B>(<A HREF="../../../../../org/apache/tuscany/sca/invocation/Message.html" title="interface in org.apache.tuscany.sca.invocation">Message</A>&nbsp;msg)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process a synchronous wire</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="invoke(org.apache.tuscany.sca.invocation.Message)"><!-- --></A><H3>
+invoke</H3>
+<PRE>
+<A HREF="../../../../../org/apache/tuscany/sca/invocation/Message.html" title="interface in org.apache.tuscany.sca.invocation">Message</A> <B>invoke</B>(<A HREF="../../../../../org/apache/tuscany/sca/invocation/Message.html" title="interface in org.apache.tuscany.sca.invocation">Message</A>&nbsp;msg)</PRE>
+<DL>
+<DD>Process a synchronous wire
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>msg</CODE> - The request Message for the wire
+<DT><B>Returns:</B><DD>The response Message from the wire</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;<A HREF="../../../../../org/apache/tuscany/sca/invocation/InvocationChain.html" title="interface in org.apache.tuscany.sca.invocation"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/tuscany/sca/invocation/Message.html" title="interface in org.apache.tuscany.sca.invocation"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../index.html?org/apache/tuscany/sca/invocation/Invoker.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="Invoker.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>