package at.gv.egovernment.moa.spss.server.webservice; import at.gv.egiz.moasig.CreateCMSSignatureRequest; import at.gv.egiz.moasig.CreateCMSSignatureResponseType; import at.gv.egovernment.moa.spss.MOAApplicationException; import at.gv.egovernment.moa.spss.api.cmssign.CreateCMSSignatureResponse; public interface CMSCreateSignatureBinding { at.gv.egovernment.moa.spss.api.cmssign.CreateCMSSignatureRequest buildCMSRequest( CreateCMSSignatureRequest createCMSSignatureRequest) throws MOAApplicationException; CreateCMSSignatureResponseType buildCMSResponse(CreateCMSSignatureResponse response) throws MOAApplicationException; }