package at.gv.egovernment.moa.spss.server.webservice; import at.gv.egiz.moasig.VerifyXMLSignatureRequestType; 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 { at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureRequest buildXMLRequest( VerifyXMLSignatureRequestType verifyXMLSignatureRequest) throws MOAApplicationException; VerifyXMLSignatureResponseType buildXMLResponse(VerifyXMLSignatureResponse response) throws MOAApplicationException; }