diff options
Diffstat (limited to 'bkucommon/src')
-rw-r--r-- | bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLCommandFactory.java | 4 |
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 { |