Class NamespaceAndPrefixMapper
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.util.NamespaceAndPrefixMapper
-
public class NamespaceAndPrefixMapper extends Object
- Author:
- Ashutosh.Shahi@sun.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringNS_PREFIX_MAPPER
-
Constructor Summary
Constructors Constructor Description NamespaceAndPrefixMapper(NamespaceContextEx ns, boolean disableIncPrefix)Creates a new instance of NamespaceAndPrefixMapperNamespaceAndPrefixMapper(NamespaceContextEx ns, List<String> incList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToInclusivePrefixList(String s)List<String>getInlusivePrefixList()NamespaceContextExgetNamespaceContext()voidremoveFromInclusivePrefixList(String s)voidsetNamespaceContext(NamespaceContextEx ns)
-
-
-
Field Detail
-
NS_PREFIX_MAPPER
public static final String NS_PREFIX_MAPPER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NamespaceAndPrefixMapper
public NamespaceAndPrefixMapper(NamespaceContextEx ns, boolean disableIncPrefix)
Creates a new instance of NamespaceAndPrefixMapper
-
NamespaceAndPrefixMapper
public NamespaceAndPrefixMapper(NamespaceContextEx ns, List<String> incList)
-
-
Method Detail
-
setNamespaceContext
public void setNamespaceContext(NamespaceContextEx ns)
-
getNamespaceContext
public NamespaceContextEx getNamespaceContext()
-
addToInclusivePrefixList
public void addToInclusivePrefixList(String s)
-
removeFromInclusivePrefixList
public void removeFromInclusivePrefixList(String s)
-
-