Class RespondWithImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml1.core.impl.RespondWithImpl
All Implemented Interfaces:
XSQName, XMLObject, SAMLObject, RespondWith

public class RespondWithImpl extends AbstractXMLObject implements RespondWith
Implementation of RespondWith.
  • Field Details

    • value

      @Nullable private QName value
      Value of this element.
  • Constructor Details

    • RespondWithImpl

      protected RespondWithImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details