com.sun.xml.ws.security.opt.impl.util
Class NamespaceAndPrefixMapper

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.util.NamespaceAndPrefixMapper

public class NamespaceAndPrefixMapper
extends Object

Author:
Ashutosh.Shahi@sun.com

Field Summary
static String NS_PREFIX_MAPPER
           
 
Constructor Summary
NamespaceAndPrefixMapper(NamespaceContextEx ns, boolean disableIncPrefix)
          Creates a new instance of NamespaceAndPrefixMapper
NamespaceAndPrefixMapper(NamespaceContextEx ns, List<String> incList)
           
 
Method Summary
 void addToInclusivePrefixList(String s)
           
 List<String> getInlusivePrefixList()
           
 NamespaceContextEx getNamespaceContext()
           
 void removeFromInclusivePrefixList(String s)
           
 void setNamespaceContext(NamespaceContextEx ns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

getInlusivePrefixList

public List<String> getInlusivePrefixList()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.