Class WSSNamespacePrefixMapper
- java.lang.Object
-
- org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
- com.sun.xml.ws.security.opt.impl.util.WSSNamespacePrefixMapper
-
- Direct Known Subclasses:
CanonicalNamespacePrefixMapper
public class WSSNamespacePrefixMapper extends org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
- Author:
- [email protected]
-
-
Constructor Summary
Constructors Constructor Description WSSNamespacePrefixMapper()
Creates a new instance of NamespacePrefixMapperWSSNamespacePrefixMapper(boolean soap12)
Creates a new instance of NamespacePrefixMapper
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getContextualNamespaceDecls()
String[]
getPreDeclaredNamespaceUris()
String
getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
-
-
-
Method Detail
-
getPreferredPrefix
public String getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
- Specified by:
getPreferredPrefix
in classorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
getPreDeclaredNamespaceUris
public String[] getPreDeclaredNamespaceUris()
- Overrides:
getPreDeclaredNamespaceUris
in classorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
getContextualNamespaceDecls
public String[] getContextualNamespaceDecls()
- Overrides:
getContextualNamespaceDecls
in classorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
-