Uses of Class
com.sun.xml.ws.policy.PolicyMapMutator

Packages that use PolicyMapMutator
com.sun.xml.ws.api.policy   
com.sun.xml.ws.policy The root package of public policy API. 
com.sun.xml.ws.policy.parser   
 

Uses of PolicyMapMutator in com.sun.xml.ws.api.policy
 

Methods in com.sun.xml.ws.api.policy that return types with arguments of type PolicyMapMutator
 Collection<PolicyMapMutator> PolicyResolver.ServerContext.getMutators()
           
 

Constructors in com.sun.xml.ws.api.policy with parameters of type PolicyMapMutator
PolicyResolver.ServerContext(PolicyMap policyMap, Container container, Class endpointClass, boolean hasWsdl, PolicyMapMutator... mutators)
          The abstraction of PolicyMap is not finalized, and will change in few months.
PolicyResolver.ServerContext(PolicyMap policyMap, Container container, Class endpointClass, PolicyMapMutator... mutators)
          The abstraction of PolicyMap is not finalized, and will change in few months.
 

Uses of PolicyMapMutator in com.sun.xml.ws.policy
 

Subclasses of PolicyMapMutator in com.sun.xml.ws.policy
 class EffectivePolicyModifier
          The class serves as a policy map mutator that allows for replacement of current effective policies stored in the policy map with new effective policy provided by the mutator user.
 class PolicyMapExtender
          The class provides methods to extend policy map content with new policies
 

Method parameters in com.sun.xml.ws.policy with type arguments of type PolicyMapMutator
static PolicyMap PolicyMap.createPolicyMap(Collection<? extends PolicyMapMutator> mutators)
          Creates new policy map instance and connects provided collection of policy map mutators to the created policy map.
 

Uses of PolicyMapMutator in com.sun.xml.ws.policy.parser
 

Methods in com.sun.xml.ws.policy.parser with parameters of type PolicyMapMutator
static PolicyMap PolicyConfigParser.parse(String configFileIdentifier, Container container, PolicyMapMutator... mutators)
          This is a helper method that returns directly PolicyMap instance populated from information in WSIT config file.
static PolicyMap PolicyConfigParser.parse(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators)
          This is a helper method that returns directly PolicyMap instance populated from information in WSIT config file.
static WSDLModel PolicyConfigParser.parseModel(String configFileIdentifier, Container container, PolicyMapMutator... mutators)
          The method uses configFileIdentifier parameter to construct a WSIT config file name according to following pattern:

wsit-[configFileIdentifier].xml

After constructing the WSIT config file name, the function tries to find the WSIT config file and read it from the following locations: WEB-INF - for servlet-based web service implementations META-INF - for EJB-based web service implementations classpath - for web service clients If the file is found it is parsed and resulting WSDLModel object containig the populated PolicyMap instance is returned.

static WSDLModel PolicyConfigParser.parseModel(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators)
          Reads the WSIT config from a file denoted by configFileUrl parameter.
 



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