From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/provider/ServiceBindingProvider.html | 293 +++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/provider/ServiceBindingProvider.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/provider/ServiceBindingProvider.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/provider/ServiceBindingProvider.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/provider/ServiceBindingProvider.html new file mode 100644 index 0000000000..61e049e011 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/provider/ServiceBindingProvider.html @@ -0,0 +1,293 @@ + + + + + + +ServiceBindingProvider + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.provider +
+Interface ServiceBindingProvider

+
+
All Known Subinterfaces:
ServiceBindingProviderRRB
+
+
+
All Known Implementing Classes:
Axis2SCAServiceBindingProvider, Axis2ServiceBindingProvider, CorbaSCAServiceBindingProvider, CorbaServiceBindingProvider, HTTPServiceBindingProvider, JMSBindingServiceBindingProvider, JSONRPCServiceBindingProvider, NotificationServiceBindingProvider, RMIServiceBindingProvider, RuntimeSCAServiceBindingProvider
+
+
+
+
public interface ServiceBindingProvider
+ + +

+A service binding can optionally implement this interface to tie + into the Tuscany SCA runtime +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ InterfaceContractgetBindingInterfaceContract() + +
+          Get the effective interface contract imposed by the binding.
+ voidstart() + +
+          This method will be invoked when the component service binding is + activated.
+ voidstop() + +
+          This method will be invoked when the component service binding is + deactivated.
+ booleansupportsOneWayInvocation() + +
+          For bindings that invoke one-way callback operations asynchronously, + there is no need to perform a thread switch before calling the invoker.
+  +

+ + + + + + + + +
+Method Detail
+ +

+start

+
+void start()
+
+
This method will be invoked when the component service binding is + activated. +

+

+
+
+
+
+ +

+stop

+
+void stop()
+
+
This method will be invoked when the component service binding is + deactivated. +

+

+
+
+
+
+ +

+getBindingInterfaceContract

+
+InterfaceContract getBindingInterfaceContract()
+
+
Get the effective interface contract imposed by the binding. For example, + it will be interface contract introspected from the WSDL portType used by + the endpoint for a WebService binding. +

+

+ +
Returns:
The effective interface contract, if null is returned, the + interface contract for the component service will be used
+
+
+
+ +

+supportsOneWayInvocation

+
+boolean supportsOneWayInvocation()
+
+
For bindings that invoke one-way callback operations asynchronously, + there is no need to perform a thread switch before calling the invoker. + This method indicates whether the binding has this capability. +

+

+ +
Returns:
true if the callback invoker is able to invoke one-way operations + asynchronously, false if all invocations are synchronous
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3