com.sun.xml.ws.security.opt.impl.util
Class NamespaceAndPrefixMapper
java.lang.Object
com.sun.xml.ws.security.opt.impl.util.NamespaceAndPrefixMapper
public class NamespaceAndPrefixMapper
- extends java.lang.Object
- Author:
- Ashutosh.Shahi@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_PREFIX_MAPPER
public static final java.lang.String NS_PREFIX_MAPPER
- See Also:
- Constant Field Values
NamespaceAndPrefixMapper
public NamespaceAndPrefixMapper(NamespaceContextEx ns,
boolean disableIncPrefix)
- Creates a new instance of NamespaceAndPrefixMapper
NamespaceAndPrefixMapper
public NamespaceAndPrefixMapper(NamespaceContextEx ns,
java.util.List<java.lang.String> incList)
setNamespaceContext
public void setNamespaceContext(NamespaceContextEx ns)
getNamespaceContext
public NamespaceContextEx getNamespaceContext()
addToInclusivePrefixList
public void addToInclusivePrefixList(java.lang.String s)
removeFromInclusivePrefixList
public void removeFromInclusivePrefixList(java.lang.String s)
getInlusivePrefixList
public java.util.List<java.lang.String> getInlusivePrefixList()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.