com.sun.xml.ws.config.management.policy
Class ManagementPrefixMapper

java.lang.Object
  extended by com.sun.xml.ws.config.management.policy.ManagementPrefixMapper
All Implemented Interfaces:
PrefixMapper

public class ManagementPrefixMapper
extends Object
implements PrefixMapper

Provide the default prefix for the configuration management namespace.

Author:
Fabian Ritzmann

Constructor Summary
ManagementPrefixMapper()
           
 
Method Summary
 Map<String,String> getPrefixMap()
          Returns a map of XML prefixes to namespaces for the domain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementPrefixMapper

public ManagementPrefixMapper()
Method Detail

getPrefixMap

public Map<String,String> 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 interface PrefixMapper
Returns:
A map of XML prefixes to namespaces for the domain.


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.