summaryrefslogtreecommitdiff
path: root/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java')
-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 {