diff options
| author | (no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-04-05 12:52:49 +0000 |
|---|---|---|
| committer | (no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-04-05 12:52:49 +0000 |
| commit | 11a85a176935a5525034715b84e4208aae4efaf3 (patch) | |
| tree | 76a4dcec24b06c3042ee1f3ce51a926f6ed42087 /spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureCreationCaller.java | |
| parent | c62b56dbce7c8936802c61a3f6b17a0e526a6023 (diff) | |
| download | moa-id-spss-11a85a176935a5525034715b84e4208aae4efaf3.tar.gz moa-id-spss-11a85a176935a5525034715b84e4208aae4efaf3.tar.bz2 moa-id-spss-11a85a176935a5525034715b84e4208aae4efaf3.zip | |
This commit was manufactured by cvs2svn to create tagtags/Build_SPSS-1_3_1
'Build_SPSS-1_3_1'.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_SPSS-1_3_1@700 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureCreationCaller.java')
| -rw-r--r-- | spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureCreationCaller.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureCreationCaller.java b/spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureCreationCaller.java deleted file mode 100644 index 0ca4a23c0..000000000 --- a/spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureCreationCaller.java +++ /dev/null @@ -1,23 +0,0 @@ -package at.gv.egovernment.moa.spss.client.call; - -import java.rmi.RemoteException; - -import javax.xml.namespace.QName; -import javax.xml.rpc.ServiceException; - -import org.w3c.dom.Element; - -/** - * @author Patrick Peck - * @version $Id$ - */ -public class SignatureCreationCaller extends MOACaller { - - private static final QName SERVICE_QNAME = new QName("SignatureCreation"); - - public Element createXMLSignature(Element request, String endPoint) - throws ServiceException, RemoteException, Exception { - return doCall(SERVICE_QNAME, request, endPoint); - } - -} |
