Class DirectReference

  • All Implemented Interfaces:
    javax.xml.soap.Node, javax.xml.soap.SOAPElement, Element, Node

    public class DirectReference
    extends ReferenceElement
    Author:
    Vishal Mahajan
    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • DirectReference

        public DirectReference()
                        throws com.sun.xml.wss.XWSSecurityException
        Creates a DirectReference element.
        Throws:
        com.sun.xml.wss.XWSSecurityException
      • DirectReference

        public DirectReference​(javax.xml.soap.SOAPElement element,
                               boolean isBSP)
                        throws com.sun.xml.wss.XWSSecurityException
        Takes a SOAPElement and checks if it has the right name.
        Throws:
        com.sun.xml.wss.XWSSecurityException
      • DirectReference

        public DirectReference​(javax.xml.soap.SOAPElement element)
                        throws com.sun.xml.wss.XWSSecurityException
        Throws:
        com.sun.xml.wss.XWSSecurityException
    • Method Detail

      • getValueType

        public String getValueType()
        If this attr is not present, returns null.
      • setValueType

        public void setValueType​(String valueType)
      • getURI

        public String getURI()
        Returns:
        URI attr value. If this attr is not present, returns null.
      • setURI

        public void setURI​(String uri)
        Parameters:
        uri - Value to be assigned to URI attr.
      • setSCTURI

        public void setSCTURI​(String uri,
                              String instance)
        Parameters:
        uri - Value to be assigned to URI attr.