#include <saml/saml2/metadata/EndpointManager.h>

Public Member Functions | |
| EndpointManager (const typename std::vector< _Tx * > &endpoints) | |
| Constructor. | |
| const _Tx * | getByBinding (const XMLCh *binding) const |
| Returns endpoint that supports a particular binding. | |
Protected Attributes | |
| const std::vector< _Tx * > & | m_endpoints |
| Reference to endpoint array. | |
| _Tx | the endpoint type being managed |
| opensaml::saml2md::EndpointManager< _Tx >::EndpointManager | ( | const typename std::vector< _Tx * > & | endpoints | ) | [inline] |
Constructor.
| endpoints | array of endpoints to manage |
| const _Tx* opensaml::saml2md::EndpointManager< _Tx >::getByBinding | ( | const XMLCh * | binding | ) | const [inline] |
Returns endpoint that supports a particular binding.
| binding | binding to locate |
Reimplemented in opensaml::saml2md::IndexedEndpointManager< _Tx >.
const std::vector<_Tx*>& opensaml::saml2md::EndpointManager< _Tx >::m_endpoints [protected] |
Reference to endpoint array.
1.5.6