at.gv.egovernment.moa.spss.server.service
Class SignatureVerificationService

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.service.SignatureVerificationService

public class SignatureVerificationService
extends Object

The service endpoint for the SignatureVerification web service.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
SignatureVerificationService()
           
 
Method Summary
 org.w3c.dom.Element[] VerifyCMSSignatureRequest(org.w3c.dom.Element[] request)
          Handle a VerifyCMSSignatureRequest.
 org.w3c.dom.Element[] VerifyXMLSignatureRequest(org.w3c.dom.Element[] request)
          Handle a VerifyXMLSignatureRequest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureVerificationService

public SignatureVerificationService()
Method Detail

VerifyCMSSignatureRequest

public org.w3c.dom.Element[] VerifyCMSSignatureRequest(org.w3c.dom.Element[] request)
                                                throws org.apache.axis.AxisFault
Handle a VerifyCMSSignatureRequest.
Parameters:
request - The VerifyCMSSignatureRequest to work on (contained in the 0th element of the array).
Returns:
A VerifyCMSSignatureResponse as the only element of the Element array.
Throws:
org.apache.axis.AxisFault - An error occurred during handling of the message.

VerifyXMLSignatureRequest

public org.w3c.dom.Element[] VerifyXMLSignatureRequest(org.w3c.dom.Element[] request)
                                                throws org.apache.axis.AxisFault
Handle a VerifyXMLSignatureRequest.
Parameters:
request - The VerifyXMLSignatureRequest to work on (contained in the 0th element of the array).
Returns:
A VerifyXMLSignatureResponse as the only element of the Element array.
Throws:
org.apache.axis.AxisFault - An error occurred during handling of the message.