com.ibm.websphere.wssecurity.wssapi.spec

Class ExcC14NParameterSpec

  • java.lang.Object
    • com.ibm.websphere.wssecurity.wssapi.spec.ExcC14NParameterSpec
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String DEFAULT
      Indicates the default namespace : #default.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List getPrefixList()
      Returns the list of the inclusive namespace prefixes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT

        public static final java.lang.String DEFAULT
        Indicates the default namespace : #default.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExcC14NParameterSpec

        public ExcC14NParameterSpec()
        Class constructor.
      • ExcC14NParameterSpec

        public ExcC14NParameterSpec(java.util.List prefixList)
                             throws java.lang.NullPointerException,
                                    java.lang.ClassCastException
        Class constructor.
        Parameters:
        prefixList - inclusive namespace prefix list. Each entry in the list is a String that represents a namespace prefix.
        Throws:
        java.lang.NullPointerException - if the prefixList is null
        java.lang.ClassCastException - if any of the entries in the list are not of type String
    • Method Detail

      • getPrefixList

        public java.util.List getPrefixList()
        Returns the list of the inclusive namespace prefixes. Each entry in the list is a String that represents a namespace prefix. This implementation returns an unmodifiable list.
        Returns:
        list of the inclusive namespace prefix
IBM WebSphere Application ServerTM
Release 8.5