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.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with parameters of type PolicyMapModifier and TypeMethodDescriptionServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. -
Uses of PolicyMap in com.sun.xml.ws.assembler.metro.dev
Methods in com.sun.xml.ws.assembler.metro.dev with parameters of type PolicyMapModifier and TypeMethodDescriptionClientPipelineHook.createSecurityPipe(PolicyMap policyMap, ClientPipeAssemblerContext ctxt, Pipe tail) -
Uses of PolicyMap in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl that return PolicyMap -
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.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return PolicyMap -
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.config
Methods in com.sun.xml.ws.policy.config that return PolicyMapConstructors in com.sun.xml.ws.policy.config with parameters of type PolicyMap -
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.policy.parser
Methods in com.sun.xml.ws.policy.parser that return PolicyMapModifier 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.WsitPolicyResolver.resolve(PolicyResolver.ClientContext context) WsitPolicyResolver.resolve(PolicyResolver.ServerContext context) -
Uses of PolicyMap in com.sun.xml.ws.rx.mc.policy.spi_impl
Methods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>McFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) Process WS-MC policy assertions and if found and is not optional then MC is enabled on theWSDLPort -
Uses of PolicyMap in com.sun.xml.ws.rx.rm.policy.spi_impl
Methods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>RmFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) Process WS-RM policy assertions and if found and is not optional then RM is enabled on theWSDLPort -
Uses of PolicyMap in com.sun.xml.ws.security.addressing.policy
Methods in com.sun.xml.ws.security.addressing.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>WsawAddressingFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) process addressing policy assertions and if found and are not optional then addressing is enabled on theWSDLBoundPortTypeWsawAddressingPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) Puts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of PolicyMap in com.sun.xml.ws.security.impl.policy
Methods in com.sun.xml.ws.security.impl.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>SecurityFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) -
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) -
Uses of PolicyMap in com.sun.xml.ws.transport.tcp.policy
Methods in com.sun.xml.ws.transport.tcp.policy with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>OptimalTransportFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) process optimized transport policy assertionsWSDLPortCollection<jakarta.xml.ws.WebServiceFeature>TCPTransportFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap) Process TCP transport policy assertionsWSDLPortOptimalTransportPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
Uses of PolicyMap in com.sun.xml.ws.tx.at.policy.spi_impl
Methods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type PolicyMapModifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>AtFeatureConfigurator.getFeatures(PolicyMapKey endpointKey, PolicyMap policyMap) Process WS-RM policy assertions and if found and is not optional then RM is enabled on theWSDLPortUpdate policy map with operation scope of correct WS-AT policy assertions. -
Uses of PolicyMap in com.sun.xml.wss.jaxws.impl
Fields in com.sun.xml.wss.jaxws.impl declared as PolicyMapMethods in com.sun.xml.wss.jaxws.impl that return PolicyMapModifier and TypeMethodDescriptionTubeConfiguration.getPolicyMap()Gets thePolicyMapthat represents the policy information applicable to the current pipeline.Constructors in com.sun.xml.wss.jaxws.impl with parameters of type PolicyMapModifierConstructorDescriptionClientTubeConfiguration(PolicyMap policy, WSDLPort wsdlPort, WSBinding binding) ServerTubeConfiguration(PolicyMap policy, WSDLPort wsdlModel, WSEndpoint endpoint) -
Uses of PolicyMap in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type PolicyMapModifier and TypeMethodDescriptionprotected voidWSITAuthContextBase.collectPolicies(PolicyMap wsPolicyMap, List<PolicyAlternativeHolder> alternatives) Summary from Section 4.2, WS-Security Policy spec( version 1.1 July 2005 ).ClientPipeCreator.createSecurityPipe(PolicyMap map, ClientPipeAssemblerContext ctxt, Pipe tail) ServerPipeCreator.createSecurityPipe(PolicyMap map, SEIModel sei, WSDLPort port, WSEndpoint owner, Pipe tail) static booleanWSITAuthConfigProvider.isSecurityEnabled(PolicyMap policyMap, WSDLPort wsdlPort) Checks to see whether WS-Security is enabled or not.