Working version of new handler configuration and supporting files.
[shibboleth/cpp-sp.git] / shibsp / binding / ProtocolProvider.h
index 68f7f21..3f1f305 100644 (file)
@@ -44,13 +44,13 @@ namespace shibsp {
         virtual ~ProtocolProvider();\r
     \r
         /**\r
-         * Returns information about a service supported by a protocol, as a PropertySet.\r
+         * Returns configuration details for initiating a protocol service, as a PropertySet.\r
          *\r
          * @param protocol  the name of a protocol\r
          * @param service   the name of a service\r
-         * @return  a PropertySet associated with a service\r
+         * @return  a PropertySet associated with initiation/request of a service\r
          */\r
-        virtual const PropertySet* getService(const char* protocol, const char* service) const=0;\r
+        virtual const PropertySet* getInitiator(const char* protocol, const char* service) const=0;\r
 \r
         /**\r
          * Returns an ordered array of protocol bindings available for a specified service.\r