Class EncodingPrefixMapper

java.lang.Object
com.sun.xml.ws.encoding.policy.EncodingPrefixMapper
All Implemented Interfaces:
PrefixMapper

public class EncodingPrefixMapper extends Object implements PrefixMapper
Author:
Fabian Ritzmann
  • Constructor Details

    • EncodingPrefixMapper

      public EncodingPrefixMapper()
      Default constructor.
  • Method Details

    • 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.