Uses of Class
com.sun.xml.bind.marshaller.NamespacePrefixMapper

Packages that use NamespacePrefixMapper
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput and its implementations}. 
com.sun.xml.ws.security.opt.impl.util   
com.sun.xml.ws.security.trust.util   
 

Uses of NamespacePrefixMapper in com.sun.xml.bind.v2.runtime
 

Methods in com.sun.xml.bind.v2.runtime with parameters of type NamespacePrefixMapper
 void XMLSerializer.setPrefixMapper(NamespacePrefixMapper prefixMapper)
           
 

Uses of NamespacePrefixMapper in com.sun.xml.bind.v2.runtime.output
 

Methods in com.sun.xml.bind.v2.runtime.output that return NamespacePrefixMapper
 NamespacePrefixMapper NamespaceContextImpl.getPrefixMapper()
           
 

Methods in com.sun.xml.bind.v2.runtime.output with parameters of type NamespacePrefixMapper
 void NamespaceContextImpl.setPrefixMapper(NamespacePrefixMapper mapper)
           
 

Uses of NamespacePrefixMapper in com.sun.xml.ws.security.opt.impl.util
 

Subclasses of NamespacePrefixMapper in com.sun.xml.ws.security.opt.impl.util
 class CanonicalNamespacePrefixMapper
           
 class WSSNamespacePrefixMapper
           
 class WSSNSPrefixWrapper
           
 

Constructors in com.sun.xml.ws.security.opt.impl.util with parameters of type NamespacePrefixMapper
WSSNSPrefixWrapper(NamespacePrefixMapper nsw)
          Creates a new instance of WSSNSPrefixWrapper
 

Uses of NamespacePrefixMapper in com.sun.xml.ws.security.trust.util
 

Subclasses of NamespacePrefixMapper in com.sun.xml.ws.security.trust.util
 class TrustNamespacePrefixMapper
           
 



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