Uses of Class
com.sun.xml.ws.policy.PolicyMapMutator
Packages that use PolicyMapMutator
Package
Description
The root package of public policy API.
-
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 PolicyMapMutatorConstructors in com.sun.xml.ws.api.policy with parameters of type PolicyMapMutatorModifierConstructorDescriptionServerContext(PolicyMap policyMap, Container container, Class endpointClass, boolean hasWsdl, PolicyMapMutator... mutators) The abstraction of PolicyMap is not finalized, and will change in few months.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.policyModifier and TypeClassDescriptionfinal classThe 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.final classThe class provides methods to extend policy map content with new policiesMethod parameters in com.sun.xml.ws.policy with type arguments of type PolicyMapMutatorModifier and TypeMethodDescriptionstatic PolicyMapPolicyMap.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 PolicyMapMutatorModifier and TypeMethodDescriptionstatic PolicyMapPolicyConfigParser.parse(String configFileIdentifier, Container container, PolicyMapMutator... mutators) This is a helper method that returns directlyPolicyMapinstance populated from information in WSIT config file.static PolicyMapPolicyConfigParser.parse(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators) This is a helper method that returns directlyPolicyMapinstance populated from information in WSIT config file.static WSDLModelPolicyConfigParser.parseModel(String configFileIdentifier, Container container, PolicyMapMutator... mutators) The method usesconfigFileIdentifierparameter to construct a WSIT config file name according to following pattern:static WSDLModelPolicyConfigParser.parseModel(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators) Reads the WSIT config from a file denoted byconfigFileUrlparameter.