Class RmPrefixMapper
java.lang.Object
com.sun.xml.ws.rx.rm.policy.spi_impl.RmPrefixMapper
- All Implemented Interfaces:
PrefixMapper
- Author:
- Fabian Ritzmann, Marek Potociar (marek.potociar at sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of XML prefixes to namespaces for the domain.
-
Constructor Details
-
RmPrefixMapper
public RmPrefixMapper()
-
-
Method Details
-
getPrefixMap
Description copied from interface:PrefixMapperReturns a map of XML prefixes to namespaces for the domain. The keys of the map must be a name for an XML prefix, e.g. "wsrmp". The values must be the name of an XML namespace, e.g. "http://docs.oasis-open.org/ws-rx/wsrmp/200702".- Specified by:
getPrefixMapin interfacePrefixMapper- Returns:
- A map of XML prefixes to namespaces for the domain.
-