Class WSSNSPrefixWrapper
- java.lang.Object
-
- org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
- com.sun.xml.ws.security.opt.impl.util.WSSNSPrefixWrapper
-
public class WSSNSPrefixWrapper extends org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper- Author:
- Ashutosh.Shahi@sun.com
-
-
Constructor Summary
Constructors Constructor Description WSSNSPrefixWrapper(org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper nsw)Creates a new instance of WSSNSPrefixWrapper
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getContextualNamespaceDecls()String[]getPreDeclaredNamespaceUris()StringgetPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
-
-
-
Method Detail
-
getPreferredPrefix
public String getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
- Specified by:
getPreferredPrefixin classorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
getPreDeclaredNamespaceUris
public String[] getPreDeclaredNamespaceUris()
- Overrides:
getPreDeclaredNamespaceUrisin classorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
getContextualNamespaceDecls
public String[] getContextualNamespaceDecls()
- Overrides:
getContextualNamespaceDeclsin classorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
-