Uses of Interface
com.sun.xml.ws.policy.spi.PrefixMapper
-
Packages that use PrefixMapper Package Description com.sun.xml.ws.addressing.policy com.sun.xml.ws.config.management.policy com.sun.xml.ws.encoding.policy com.sun.xml.ws.policy.sourcemodel The part of public policy API that defines the classes and interfaces dealing with the policy tree structure (policy source model) creation and manipulation. -
-
Uses of PrefixMapper in com.sun.xml.ws.addressing.policy
Classes in com.sun.xml.ws.addressing.policy that implement PrefixMapper Modifier and Type Class Description classAddressingPrefixMapperThis supplies the prefixes for the namespaces under Addressing domain. -
Uses of PrefixMapper in com.sun.xml.ws.config.management.policy
Classes in com.sun.xml.ws.config.management.policy that implement PrefixMapper Modifier and Type Class Description classManagementPrefixMapperProvide the default prefix for the configuration management namespace. -
Uses of PrefixMapper in com.sun.xml.ws.encoding.policy
Classes in com.sun.xml.ws.encoding.policy that implement PrefixMapper Modifier and Type Class Description classEncodingPrefixMapper -
Uses of PrefixMapper in com.sun.xml.ws.policy.sourcemodel
Constructor parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PrefixMapper Constructor Description PolicySourceModel(NamespaceVersion nsVersion, String policyId, String policyName, Collection<PrefixMapper> prefixMappers)Constructor that creates a new policy source model instance with given id or name identifier and a set of PrefixMappers.
-