Revamped binding classes with security policy layer.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / SAML1POSTEncoder.h
index 4ab47bf..1496aff 100644 (file)
@@ -36,7 +36,7 @@ namespace opensaml {
             virtual ~SAML1POSTEncoder();
             
             long encode(
-                HTTPResponse& httpResponse,
+                GenericResponse& genericResponse,
                 xmltooling::XMLObject* xmlObject,
                 const char* destination,
                 const char* recipientID=NULL,