X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2FMessageDecoder.h;h=bbe176ec283b30f23069574c0c3b828ebe1195cf;hp=1667a109555790e8207913ce5689fb700e01c245;hb=5e62d2c1fb43763b3d627e641a310a79992b01c0;hpb=b3503427f4a11338de35dd57c4183fb300dfbba3 diff --git a/saml/binding/MessageDecoder.h b/saml/binding/MessageDecoder.h index 1667a10..bbe176e 100644 --- a/saml/binding/MessageDecoder.h +++ b/saml/binding/MessageDecoder.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2009 Internet2 + * Copyright 2001-2010 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -61,6 +61,13 @@ namespace opensaml { virtual ~MessageDecoder(); /** + * Returns identifier for the protocol family associated with the decoder. + * + * @return a protocol family identifier, or nullptr + */ + virtual const XMLCh* getProtocolFamily() const; + + /** * Indicates whether a web browser or similar user agent delivered the message. * * @return true iff the message was delivered by a user agent