|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wssecurity.wssapi.spec.ExcC14NParameterSpec
public class ExcC14NParameterSpec
This is the parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm. The parameters include an optional inclusive namespace prefix list. This class is defined in the Java Specification Requests 105.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT
Indicates the default namespace : #default. |
Constructor Summary | |
---|---|
ExcC14NParameterSpec()
Class constructor. |
|
ExcC14NParameterSpec(java.util.List prefixList)
Class constructor. |
Method Summary | |
---|---|
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 |
---|
public static final java.lang.String DEFAULT
Constructor Detail |
---|
public ExcC14NParameterSpec()
public ExcC14NParameterSpec(java.util.List prefixList) throws java.lang.NullPointerException, java.lang.ClassCastException
prefixList
- inclusive namespace prefix list. Each entry in the list is a String that represents a namespace prefix.
java.lang.NullPointerException
- if the prefixList is null
java.lang.ClassCastException
- if any of the entries in the list are not of type StringMethod Detail |
---|
public java.util.List getPrefixList()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |