#include <saml/saml2/metadata/EndpointManager.h>
Inheritance diagram for opensaml::saml2md::EndpointManager< _Tx >:

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 |
|
||||||||||
|
Constructor.
|
|
||||||||||
|
Returns endpoint that supports a particular binding.
Reimplemented in opensaml::saml2md::IndexedEndpointManager< _Tx >. |
1.4.6