opensaml-2.4.3
opensaml::saml2md::EndpointTypeBuilder Class Reference

Builder for EndpointType objects. More...

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

Inheritance diagram for opensaml::saml2md::EndpointTypeBuilder:

Public Member Functions

virtual xmltooling::XMLObject * buildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=nullptr, const xmltooling::QName *schemaType=nullptr) const
 Builder that allows element/type override. More...
 

Static Public Member Functions

static EndpointType * buildEndpointType (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=nullptr)
 Singleton builder. More...
 

Detailed Description

Builder for EndpointType objects.

This is customized to force the element name to be specified.

Member Function Documentation

static EndpointType* opensaml::saml2md::EndpointTypeBuilder::buildEndpointType ( const XMLCh *  nsURI,
const XMLCh *  localName,
const XMLCh *  prefix = nullptr 
)
inlinestatic

Singleton builder.

virtual xmltooling::XMLObject* opensaml::saml2md::EndpointTypeBuilder::buildObject ( const XMLCh *  nsURI,
const XMLCh *  localName,
const XMLCh *  prefix = nullptr,
const xmltooling::QName *  schemaType = nullptr 
) const
virtual

Builder that allows element/type override.


The documentation for this class was generated from the following file: