package at.gv.egovernment.moa.spss.server.webservice; import at.gv.egiz.moasig.CreateXMLSignatureRequest; import at.gv.egiz.moasig.CreateXMLSignatureResponseType; import at.gv.egovernment.moa.spss.MOAApplicationException; import at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureResponse; public interface XMLCreateSignatureBinding { public at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureRequest buildXMLRequest( CreateXMLSignatureRequest createXMLSignatureRequest) throws MOAApplicationException; public CreateXMLSignatureResponseType buildXMLResponse(CreateXMLSignatureResponse response) throws MOAApplicationException; }