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 --- .../http/provider/HTTPBindingProviderFactory.html | 328 +++++++++++++++++++++ 1 file changed, 328 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.html new file mode 100644 index 0000000000..a2b554c687 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/http/provider/HTTPBindingProviderFactory.html @@ -0,0 +1,328 @@ + + + + + + +HTTPBindingProviderFactory + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.binding.http.provider +
+Class HTTPBindingProviderFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.binding.http.provider.HTTPBindingProviderFactory
+
+
+
All Implemented Interfaces:
BindingProviderFactory<HTTPBinding>, ProviderFactory<HTTPBinding>
+
+
+
+
public class HTTPBindingProviderFactory
extends java.lang.Object
implements BindingProviderFactory<HTTPBinding>
+ + +

+Factory for HTTP binding providers. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
HTTPBindingProviderFactory(ExtensionPointRegistry extensionPoints) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ReferenceBindingProvidercreateReferenceBindingProvider(RuntimeComponent component, + RuntimeComponentReference reference, + HTTPBinding binding) + +
+          Creates a new reference binding provider for the given component and + reference.
+ ServiceBindingProvidercreateServiceBindingProvider(RuntimeComponent component, + RuntimeComponentService service, + HTTPBinding binding) + +
+          Creates a new service binding provider for the given component and + service.
+ java.lang.Class<HTTPBinding>getModelType() + +
+          The model type that this factory creates providers for.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+HTTPBindingProviderFactory

+
+public HTTPBindingProviderFactory(ExtensionPointRegistry extensionPoints)
+
+
+ + + + + + + + +
+Method Detail
+ +

+createReferenceBindingProvider

+
+public ReferenceBindingProvider createReferenceBindingProvider(RuntimeComponent component,
+                                                               RuntimeComponentReference reference,
+                                                               HTTPBinding binding)
+
+
Description copied from interface: BindingProviderFactory
+
Creates a new reference binding provider for the given component and + reference. +

+

+
Specified by:
createReferenceBindingProvider in interface BindingProviderFactory<HTTPBinding>
+
+
+
Parameters:
component - The runtime component
reference - The reference on the runtime component
binding - The binding assembly model object +
Returns:
The binding provider
+
+
+
+ +

+createServiceBindingProvider

+
+public ServiceBindingProvider createServiceBindingProvider(RuntimeComponent component,
+                                                           RuntimeComponentService service,
+                                                           HTTPBinding binding)
+
+
Description copied from interface: BindingProviderFactory
+
Creates a new service binding provider for the given component and + service. +

+

+
Specified by:
createServiceBindingProvider in interface BindingProviderFactory<HTTPBinding>
+
+
+
Parameters:
component - The runtime component
service - The service on the runtime component
binding - The binding assembly model object +
Returns:
The binding provider
+
+
+
+ +

+getModelType

+
+public java.lang.Class<HTTPBinding> getModelType()
+
+
Description copied from interface: ProviderFactory
+
The model type that this factory creates providers for. +

+

+
Specified by:
getModelType in interface ProviderFactory<HTTPBinding>
+
+
+ +
Returns:
the model type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3