summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-08-30 18:04:21 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-08-30 18:04:21 +0000
commit47fbe37596e3e4029015f50d8010f11f3b8d8c7a (patch)
treee861f891dd38808b35e77005f1a7fbdc292e19f1
parent2beded5445fb86f1b8d46b6594cad1b5ba962690 (diff)
downloadmocca-47fbe37596e3e4029015f50d8010f11f3b8d8c7a.tar.gz
mocca-47fbe37596e3e4029015f50d8010f11f3b8d8c7a.tar.bz2
mocca-47fbe37596e3e4029015f50d8010f11f3b8d8c7a.zip
Missed one file in previous commit
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@965 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java4
1 files 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 <code>SLCommand</code> 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 {