git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@840
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
public static SAMLBinding getInstance(String protocol)
throws SAMLException
{
- // Current version only knows about SOAP binding and Club Shib...
+ // Current version only knows about the SOAP binding
if (protocol == null || !protocol.equals(SAMLBinding.SAML_SOAP_HTTPS))
throw new UnsupportedProtocolException("SAMLBindingFactory.getInstance() unable to find binding implementation for specified protocol");
return new SAMLSOAPBinding();