Uses of Class
com.sun.xml.ws.policy.PolicyMap
Packages that use PolicyMap
Package
Description
APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
The root package of public policy API.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of PolicyMap in com.sun.xml.ws.addressing.policy
Methods in com.sun.xml.ws.addressing.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>AddressingFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) Puts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of PolicyMap in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client that return PolicyMapModifier and TypeMethodDescriptionWSPortInfo.getPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months. -
Uses of PolicyMap in com.sun.xml.ws.api.config.management.policy
Methods in com.sun.xml.ws.api.config.management.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionprotected static <T extends ManagementAssertion>
TManagementAssertion.getAssertion(QName name, PolicyMap policyMap, QName serviceName, QName portName, Class<T> type) Return ManagementAssertion if one can be found in the policy map under the given service and port name. -
Uses of PolicyMap in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return PolicyMapModifier and TypeMethodDescriptionWSDLModel.getPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months. -
Uses of PolicyMap in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type PolicyMapModifier and TypeMethodDescriptionvoidEditableWSDLModel.setPolicyMap(PolicyMap policyMap) Deprecated. -
Uses of PolicyMap in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy that return PolicyMapModifier and TypeMethodDescriptionPolicyResolver.ClientContext.getPolicyMap()PolicyResolver.ServerContext.getPolicyMap()PolicyResolver.resolve(PolicyResolver.ClientContext context) Creates a PolicyResolverPolicyResolver.resolve(PolicyResolver.ServerContext context) Creates a PolicyResolverConstructors in com.sun.xml.ws.api.policy with parameters of type PolicyMapModifierConstructorDescriptionClientContext(PolicyMap policyMap, Container container) The abstraction of PolicyMap is not finalized, and will change in few months.ServerContext(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 PolicyMap in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return PolicyMapModifier and TypeMethodDescriptionabstract PolicyMapWSEndpoint.getPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months. -
Uses of PolicyMap in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return PolicyMapModifier and TypeMethodDescriptionClientTubelineAssemblyContext.getPolicyMap()ServerTubelineAssemblyContext.getPolicyMap() -
Uses of PolicyMap in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as PolicyMapMethods in com.sun.xml.ws.client that return PolicyMap -
Uses of PolicyMap in com.sun.xml.ws.encoding.policy
Methods in com.sun.xml.ws.encoding.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>FastInfosetFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) Process FastInfoset policy assertions.Collection<jakarta.xml.ws.WebServiceFeature>MtomFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) process Mtom policy assertions and if found and is not optional then mtom is enabled on theWSDLBoundPortTypeCollection<jakarta.xml.ws.WebServiceFeature>SelectOptimalEncodingFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) Process SelectOptimalEncoding policy assertions.Generates an MTOM policy if MTOM is enabled. -
Uses of PolicyMap in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl that return PolicyMapModifier and TypeMethodDescriptionWSDLModelImpl.getPolicyMap()Gives the PolicyMap associated with the WSDLModelMethods in com.sun.xml.ws.model.wsdl with parameters of type PolicyMapModifier and TypeMethodDescriptionvoidWSDLModelImpl.setPolicyMap(PolicyMap policyMap) Set PolicyMap for the WSDLModel. -
Uses of PolicyMap in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return PolicyMapModifier 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.PolicyMapMutator.getMap()Can be used to retrieve the policy map currently connected to this mutator.Methods in com.sun.xml.ws.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionvoidThe method is used to connect the policy map mutator instance to the map it should mutate.static voidPolicyMapUtil.insertPolicies(PolicyMap policyMap, Collection<PolicySubject> policySubjects, QName serviceName, QName portName) Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map.static voidPolicyMapUtil.rejectAlternatives(PolicyMap map) Throw an exception if the policy map contains any policy with at least two policy alternatives. -
Uses of PolicyMap in com.sun.xml.ws.policy.jaxws
Methods in com.sun.xml.ws.policy.jaxws that return PolicyMapModifier and TypeMethodDescriptionDefaultPolicyResolver.resolve(PolicyResolver.ClientContext context) DefaultPolicyResolver.resolve(PolicyResolver.ServerContext context) Methods in com.sun.xml.ws.policy.jaxws with parameters of type PolicyMapModifier and TypeMethodDescriptionstatic voidPolicyUtil.configureModel(WSDLModel model, PolicyMap policyMap) Iterates through the ports in the WSDL model, for each policy in the policy map that is attached at endpoint scope computes a list of corresponding WebServiceFeatures and sets them on the port.static Collection<jakarta.xml.ws.WebServiceFeature>PolicyUtil.getPortScopedFeatures(PolicyMap policyMap, QName serviceName, QName portName) Returns the list of features that correspond to the policies in the policy map for a give port -
Uses of PolicyMap in com.sun.xml.ws.policy.jaxws.spi
Methods in com.sun.xml.ws.policy.jaxws.spi with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>PolicyFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) A callback method that allows to retrieve policy related information from provided PolicyMap and return a list of corresponding WebServiceFeatures.A callback method that allows to retrieve policy related information from provided parameters return a collection of new policies that are added to the map. -
Uses of PolicyMap in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return PolicyMapModifier and TypeMethodDescriptionWSEndpointImpl.getPolicyMap()WSEndpointMOMProxy.getPolicyMap()Methods in com.sun.xml.ws.server with parameters of type PolicyMapModifier and TypeMethodDescriptionprotected <T> WSEndpoint<T>EndpointFactory.create(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, PolicyMap policyMap) Constructors in com.sun.xml.ws.server with parameters of type PolicyMapModifierConstructorDescriptionprotectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy)