Class ChannelBindingsImpl

All Implemented Interfaces:
XSBase64Binary, XMLObject, SAMLObject, ChannelBindings, ActorBearing, MustUnderstandBearing

public class ChannelBindingsImpl extends XSBase64BinaryImpl implements ChannelBindings
Concrete implementation of ChannelBindings.
  • Field Details

    • type

      @Nullable private String type
      Type attribute value.
    • soap11Actor

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

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

    • ChannelBindingsImpl

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