Class DelegatableImpl

All Implemented Interfaces:
XSBoolean, XMLObject, Delegatable, WSTrustObject

public class DelegatableImpl
extends AbstractWSTrustObject
implements Delegatable
DelegatableImpl.
  • Field Details

    • DEFAULT_VALUE

      private static final Boolean DEFAULT_VALUE
      Default value.
    • value

      private XSBooleanValue value
      The wst:Forwardable content.
  • Constructor Details

    • DelegatableImpl

      public DelegatableImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor. Default value is FALSE.
      Parameters:
      namespaceURI - The namespace of the element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details