Class RequestImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
net.shibboleth.sp.liberty.paos.impl.RequestImpl
All Implemented Interfaces:
Request, XMLObject, ActorBearing, MustUnderstandBearing

public class RequestImpl extends AbstractXMLObject implements Request
A concrete implementation of Request.
  • Field Details

    • messageID

      @Nullable private String messageID
      messageID attribute.
    • responseConsumerURL

      @Nullable private String responseConsumerURL
      responseConsumerURL attribute.
    • service

      @Nullable private String service
      service attribute.
    • soap11Actor

      @Nullable private String soap11Actor
      soap11:actor attribute.
    • soap11MustUnderstand

      @Nullable private XSBooleanValue soap11MustUnderstand
      soap11:mustUnderstand.
  • Constructor Details

    • RequestImpl

      protected RequestImpl(@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