Uses of Interface
com.sun.xml.ws.policy.spi.PrefixMapper

Packages that use PrefixMapper
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. 
com.sun.xml.ws.rx.mc.policy.spi_impl   
com.sun.xml.ws.rx.rm.policy.spi_impl   
com.sun.xml.ws.security.addressing.policy   
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.transport.tcp.wsit   
com.sun.xml.ws.tx.at.policy.spi_impl   
 

Uses of PrefixMapper in com.sun.xml.ws.addressing.policy
 

Classes in com.sun.xml.ws.addressing.policy that implement PrefixMapper
 class AddressingPrefixMapper
          This 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
 class ManagementPrefixMapper
          Provide 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
 class EncodingPrefixMapper
           
 

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

Uses of PrefixMapper in com.sun.xml.ws.rx.mc.policy.spi_impl
 

Classes in com.sun.xml.ws.rx.mc.policy.spi_impl that implement PrefixMapper
 class McPrefixMapper
           
 

Uses of PrefixMapper in com.sun.xml.ws.rx.rm.policy.spi_impl
 

Classes in com.sun.xml.ws.rx.rm.policy.spi_impl that implement PrefixMapper
 class RmPrefixMapper
           
 

Uses of PrefixMapper in com.sun.xml.ws.security.addressing.policy
 

Classes in com.sun.xml.ws.security.addressing.policy that implement PrefixMapper
 class WsawAddressingPrefixMapper
          This supplies the prefixes for the namespaces under Addressing domain that are not covered by the default Addressing Policy provider in JAX-WS.
 

Uses of PrefixMapper in com.sun.xml.ws.security.impl.policy
 

Classes in com.sun.xml.ws.security.impl.policy that implement PrefixMapper
 class SecurityPrefixMapper
           
 

Uses of PrefixMapper in com.sun.xml.ws.transport.tcp.wsit
 

Classes in com.sun.xml.ws.transport.tcp.wsit that implement PrefixMapper
 class TCPTransportPrefixMapper
           
 

Uses of PrefixMapper in com.sun.xml.ws.tx.at.policy.spi_impl
 

Classes in com.sun.xml.ws.tx.at.policy.spi_impl that implement PrefixMapper
 class AtPrefixMapper
           
 



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