Class ReferenceListHeaderBlock

All Implemented Interfaces:
SecurityHeaderBlock, jakarta.xml.soap.Node, jakarta.xml.soap.SOAPElement, Element, Node

public class ReferenceListHeaderBlock extends SecurityHeaderBlockImpl
A ReferenceList element is defined as follows:

 <xmp>
 <element name='ReferenceList'>
     <complexType>
         <choice minOccurs='1' maxOccurs='unbounded'>
             <element name='DataReference' type='xenc:ReferenceType'/>
             <element name='KeyReference' type='xenc:ReferenceType'/>
         </choice>
     </complexType>
 </element>
 </xmp>
 
Author:
Vishal Mahajan
  • Constructor Details

    • ReferenceListHeaderBlock

      public ReferenceListHeaderBlock() throws XWSSecurityException
      Creates an empty ReferenceList element.
      Throws:
      XWSSecurityException - If there is problem creating a ReferenceList element.
    • ReferenceListHeaderBlock

      public ReferenceListHeaderBlock(Document doc) throws XWSSecurityException
      Create an empty ReferenceList element whose owner document is doc
      Throws:
      XWSSecurityException - If there is problem creating a ReferenceList element.
    • ReferenceListHeaderBlock

      public ReferenceListHeaderBlock(jakarta.xml.soap.SOAPElement element) throws XWSSecurityException
      Throws:
      XWSSecurityException - If the given element does not have an appropriate name.
  • Method Details