summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-12 22:28:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-12 22:28:49 +0000
commit61d422f2b296236ca5c160ab91d49bb82382197f (patch)
tree5d921531477e3d5dbe9e5539dcc4ed59e728270e /branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java
parent619431b3222069afb980e2803100b8af57d5f94d (diff)
Merging HTTPBindingProcessor from binding-http-new that introduces support to wire format and operation selector to the main binding-http.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java')
-rw-r--r--branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java b/branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java
index 7e72b7dd85..678cd1a426 100644
--- a/branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java
+++ b/branches/sca-java-1.x/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/impl/HTTPBindingFactoryImpl.java
@@ -29,7 +29,7 @@ import org.apache.tuscany.sca.binding.http.HTTPBindingFactory;
*/
public class HTTPBindingFactoryImpl implements HTTPBindingFactory {
- public HTTPBinding createHTTPResourceBinding() {
+ public HTTPBinding createHTTPBinding() {
return new HTTPBindingImpl();
}