package at.gv.egovernment.moa.spss.server.webservice; import at.gv.egiz.moasig.VerifyXMLSignatureRequest; import at.gv.egiz.moasig.VerifyXMLSignatureResponseType; import at.gv.egovernment.moa.spss.MOAApplicationException; import at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureResponse;; public interface XMLVerifySignatureBinding { public at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureRequest buildXMLRequest( VerifyXMLSignatureRequest verifyXMLSignatureRequest) throws MOAApplicationException; public VerifyXMLSignatureResponseType buildXMLResponse(VerifyXMLSignatureResponse response) throws MOAApplicationException; }