Class WsawAddressingPrefixMapper
- java.lang.Object
-
- com.sun.xml.ws.security.addressing.policy.WsawAddressingPrefixMapper
-
- All Implemented Interfaces:
PrefixMapper
public class WsawAddressingPrefixMapper extends Object implements PrefixMapper
This supplies the prefixes for the namespaces under Addressing domain that are not covered by the default Addressing Policy provider in JAX-WS. This class exists in WSIT to provide functionality for backwards compatibility with previously generated wsaw:UsingAddressing assertion.- Author:
- Rama Pulavarthi
-
-
Constructor Summary
Constructors Constructor Description WsawAddressingPrefixMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getPrefixMap()Returns a map of XML prefixes to namespaces for the domain.
-
-
-
Method Detail
-
getPrefixMap
public Map<String,String> 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.
-
-