diff options
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); - } - -} |