#include <saml/saml2/core/Protocols.h>
Public Member Functions | |
virtual ArtifactResponse * | cloneArtifactResponse () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObject * | getPayload () const =0 |
Returns the Payload child. | |
virtual void | setPayload (xmltooling::XMLObject *child)=0 |
Sets the Payload child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
ArtifiactResponseType local name. |
virtual ArtifactResponse* opensaml::saml2p::ArtifactResponse::cloneArtifactResponse | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObject* opensaml::saml2p::ArtifactResponse::getPayload | ( | ) | const [pure virtual] |
Returns the Payload child.
virtual void opensaml::saml2p::ArtifactResponse::setPayload | ( | xmltooling::XMLObject * | child | ) | [pure virtual] |
Sets the Payload child.