Package com.sun.xml.ws.addressing.policy
Class AddressingPrefixMapper
java.lang.Object
com.sun.xml.ws.addressing.policy.AddressingPrefixMapper
- All Implemented Interfaces:
PrefixMapper
This supplies the prefixes for the namespaces under Addressing domain.
- Author:
- Fabian Ritzmann, Rama Pulavarthi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of XML prefixes to namespaces for the domain.
-
Constructor Details
-
AddressingPrefixMapper
public AddressingPrefixMapper()
-
-
Method Details
-
getPrefixMap
Description copied from interface:PrefixMapper
Returns 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:
getPrefixMap
in interfacePrefixMapper
- Returns:
- A map of XML prefixes to namespaces for the domain.
-