summaryrefslogtreecommitdiff
path: root/java/common/templates/model/MethodRegistryClass.vm
diff options
context:
space:
mode:
Diffstat (limited to 'java/common/templates/model/MethodRegistryClass.vm')
-rw-r--r--java/common/templates/model/MethodRegistryClass.vm9
1 files changed, 4 insertions, 5 deletions
diff --git a/java/common/templates/model/MethodRegistryClass.vm b/java/common/templates/model/MethodRegistryClass.vm
index 8258175ce7..759e5e4a42 100644
--- a/java/common/templates/model/MethodRegistryClass.vm
+++ b/java/common/templates/model/MethodRegistryClass.vm
@@ -30,8 +30,7 @@
package org.apache.qpid.framing;
-import java.io.DataInputStream;
-import java.io.IOException;
+import org.apache.mina.common.ByteBuffer;
import org.apache.qpid.framing.abstraction.ProtocolVersionMethodConverter;
@@ -54,8 +53,8 @@ public abstract class MethodRegistry
#end
- public abstract AMQMethodBody convertToBody(DataInputStream in, long size)
- throws AMQFrameDecodingException, IOException;
+ public abstract AMQMethodBody convertToBody(ByteBuffer in, long size)
+ throws AMQFrameDecodingException;
public abstract int getMaxClassId();
@@ -102,4 +101,4 @@ public abstract class MethodRegistry
public abstract ProtocolVersionMethodConverter getProtocolVersionMethodConverter();
-}
+} \ No newline at end of file