From 47fbe37596e3e4029015f50d8010f11f3b8d8c7a Mon Sep 17 00:00:00 2001 From: tkellner Date: Tue, 30 Aug 2011 18:04:21 +0000 Subject: Missed one file in previous commit git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@965 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java index 07db9c99..09ccb115 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java @@ -107,7 +107,7 @@ public class SLCommandFactory extends SLUnmarshaller { * corresponding SLCommand could not be instantiated * @throws SLVersionException */ - public SLCommand createSLCommand(Source source) + public SLCommand createSLCommand(StreamSource source) throws SLCommandException, SLRuntimeException, SLRequestException, SLVersionException { @@ -194,7 +194,7 @@ public class SLCommandFactory extends SLUnmarshaller { * if an unexpected error occurs configuring the unmarshaller or if * unmarshalling fails with an unexpected error */ - protected Object unmarshalRequest(Source source) throws SLRuntimeException, + protected Object unmarshalRequest(StreamSource source) throws SLRuntimeException, SLRequestException { try { -- cgit v1.2.3