Uses of Class
com.sun.xml.ws.policy.PolicyMap
-
Packages that use PolicyMap Package Description com.sun.xml.ws.addressing.policy com.sun.xml.ws.api.client com.sun.xml.ws.api.config.management.policy com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.api.policy com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.assembler.dev com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.encoding.policy com.sun.xml.ws.model.wsdl com.sun.xml.ws.policy The root package of public policy API.com.sun.xml.ws.policy.jaxws com.sun.xml.ws.policy.jaxws.spi com.sun.xml.ws.server 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 PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>AddressingFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Collection<PolicySubject>AddressingPolicyMapConfigurator. 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.api.client
Methods in com.sun.xml.ws.api.client that return PolicyMap Modifier and Type Method Description PolicyMapWSPortInfo. 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 PolicyMap Modifier and Type Method Description protected 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 PolicyMap Modifier and Type Method Description PolicyMapWSDLModel. 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 PolicyMap Modifier and Type Method Description voidEditableWSDLModel. setPolicyMap(PolicyMap policyMap)Deprecated. -
Uses of PolicyMap in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy that return PolicyMap Modifier and Type Method Description PolicyMapPolicyResolver.ClientContext. getPolicyMap()PolicyMapPolicyResolver.ServerContext. getPolicyMap()PolicyMapPolicyResolver. resolve(PolicyResolver.ClientContext context)Creates a PolicyResolverPolicyMapPolicyResolver. resolve(PolicyResolver.ServerContext context)Creates a PolicyResolverConstructors in com.sun.xml.ws.api.policy with parameters of type PolicyMap Constructor Description ClientContext(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 PolicyMap Modifier and Type Method Description abstract 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 PolicyMap Modifier and Type Method Description PolicyMapClientTubelineAssemblyContext. getPolicyMap()PolicyMapServerTubelineAssemblyContext. getPolicyMap() -
Uses of PolicyMap in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as PolicyMap Modifier and Type Field Description PolicyMapPortInfo. policyMapMethods in com.sun.xml.ws.client that return PolicyMap Modifier and Type Method Description PolicyMapPortInfo. createPolicyMap()PolicyMapPortInfo. getPolicyMap() -
Uses of PolicyMap in com.sun.xml.ws.encoding.policy
Methods in com.sun.xml.ws.encoding.policy with parameters of type PolicyMap Modifier and Type Method Description Collection<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.Collection<PolicySubject>MtomPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)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 PolicyMap Modifier and Type Method Description PolicyMapWSDLModelImpl. getPolicyMap()Gives the PolicyMap associated with the WSDLModelMethods in com.sun.xml.ws.model.wsdl with parameters of type PolicyMap Modifier and Type Method Description voidWSDLModelImpl. 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 PolicyMap Modifier and Type Method Description static PolicyMapPolicyMap. createPolicyMap(Collection<? extends PolicyMapMutator> mutators)Creates new policy map instance and connects provided collection of policy map mutators to the created policy map.PolicyMapPolicyMapMutator. 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 PolicyMap Modifier and Type Method Description voidPolicyMapMutator. connect(PolicyMap map)The 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 PolicyMap Modifier and Type Method Description PolicyMapDefaultPolicyResolver. resolve(PolicyResolver.ClientContext context)PolicyMapDefaultPolicyResolver. resolve(PolicyResolver.ServerContext context)Methods in com.sun.xml.ws.policy.jaxws with parameters of type PolicyMap Modifier and Type Method Description static 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 PolicyMap Modifier and Type Method Description Collection<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.Collection<PolicySubject>PolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)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 PolicyMap Modifier and Type Method Description PolicyMapWSEndpointImpl. getPolicyMap()PolicyMapWSEndpointMOMProxy. getPolicyMap()Methods in com.sun.xml.ws.server with parameters of type PolicyMap Modifier and Type Method Description protected <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 PolicyMap Constructor Description WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy)
-