summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/core-spi/src/main/java/org/apache/tuscany/sca/provider/WireFormatProvider.java
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-03-26 15:44:27 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-03-26 15:44:27 +0000
commit93f43075a998bfb14e80e601d2992f107928a359 (patch)
tree455af3ac161121207fa65821727cde12b847a19c /branches/sca-java-1.x/modules/core-spi/src/main/java/org/apache/tuscany/sca/provider/WireFormatProvider.java
parent8cfe8a55f6aa8616d6ee04d72d8af98315fc35ee (diff)
Remove old "getWireFormatInterfaceContract" operation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/core-spi/src/main/java/org/apache/tuscany/sca/provider/WireFormatProvider.java12
1 files changed, 1 insertions, 11 deletions
diff --git a/branches/sca-java-1.x/modules/core-spi/src/main/java/org/apache/tuscany/sca/provider/WireFormatProvider.java b/branches/sca-java-1.x/modules/core-spi/src/main/java/org/apache/tuscany/sca/provider/WireFormatProvider.java
index 8f15d001d2..35526cb251 100644
--- a/branches/sca-java-1.x/modules/core-spi/src/main/java/org/apache/tuscany/sca/provider/WireFormatProvider.java
+++ b/branches/sca-java-1.x/modules/core-spi/src/main/java/org/apache/tuscany/sca/provider/WireFormatProvider.java
@@ -26,17 +26,7 @@ import org.apache.tuscany.sca.invocation.Interceptor;
* @version $Rev$ $Date$
*/
public interface WireFormatProvider {
-
- /**
- * Return the contract that describes the interface that
- * is providing data to or accepting data from the
- * wire format interceptor. The wire format's job
- * is to translate between this interface contract and the
- * format on the wire
- * @return the wire format interface contract
- */
- public InterfaceContract getWireFormatInterfaceContract();
-
+
/**
* Set up the contract that describes the interface that
* is providing data to or accepting data from the