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