Uses of Class
org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
Packages that use NamespacePrefixMapper Package Description com.sun.xml.ws.security.opt.impl.util com.sun.xml.ws.security.trust.util com.sun.xml.wss.saml.util org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}. -
-
Uses of NamespacePrefixMapper in com.sun.xml.ws.security.opt.impl.util
Subclasses of NamespacePrefixMapper in com.sun.xml.ws.security.opt.impl.util Modifier and Type Class Description classCanonicalNamespacePrefixMapperclassWSSNamespacePrefixMapperclassWSSNSPrefixWrapperConstructors in com.sun.xml.ws.security.opt.impl.util with parameters of type NamespacePrefixMapper Constructor Description 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 Modifier and Type Class Description classTrustNamespacePrefixMapper -
Uses of NamespacePrefixMapper in com.sun.xml.wss.saml.util
Subclasses of NamespacePrefixMapper in com.sun.xml.wss.saml.util Modifier and Type Class Description classWSSNamespacePrefixMapper -
Uses of NamespacePrefixMapper in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type NamespacePrefixMapper Modifier and Type Method Description voidXMLSerializer. setPrefixMapper(NamespacePrefixMapper prefixMapper) -
Uses of NamespacePrefixMapper in org.glassfish.jaxb.runtime.v2.runtime.output
Methods in org.glassfish.jaxb.runtime.v2.runtime.output that return NamespacePrefixMapper Modifier and Type Method Description NamespacePrefixMapperNamespaceContextImpl. getPrefixMapper()Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type NamespacePrefixMapper Modifier and Type Method Description voidNamespaceContextImpl. setPrefixMapper(NamespacePrefixMapper mapper)
-