Uses of Interface
com.sun.xml.ws.api.policy.PolicyResolver
Packages that use PolicyResolver
Package
Description
Extension point for WSDL parsing.
-
Uses of PolicyResolver in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl with parameters of type PolicyResolverModifier and TypeMethodDescriptionstatic WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it. -
Uses of PolicyResolver in com.sun.xml.ws.api.policy
Fields in com.sun.xml.ws.api.policy declared as PolicyResolverModifier and TypeFieldDescriptionstatic final PolicyResolverPolicyResolverFactory.DEFAULT_POLICY_RESOLVERJAX-WS provided DEFAULT_POLICY_RESOLVER implementation that on server-side validates that Policy has single alternative in the scope of each subject on client-side updates with the effective policy by doing alternative selection.Methods in com.sun.xml.ws.api.policy that return PolicyResolverModifier and TypeMethodDescriptionstatic PolicyResolverPolicyResolverFactory.create()abstract PolicyResolverPolicyResolverFactory.doCreate() -
Uses of PolicyResolver in com.sun.xml.ws.api.wsdl.parser
Methods in com.sun.xml.ws.api.wsdl.parser that return PolicyResolverModifier and TypeMethodDescriptionWSDLParserExtensionContext.getPolicyResolver()Provides the PolicyResolver -
Uses of PolicyResolver in com.sun.xml.ws.policy.jaxws
Classes in com.sun.xml.ws.policy.jaxws that implement PolicyResolverModifier and TypeClassDescriptionclassThis default implementation runs the policy validators on the server side and selects a policy alternative on the client side. -
Uses of PolicyResolver in com.sun.xml.ws.policy.parser
Classes in com.sun.xml.ws.policy.parser that implement PolicyResolverModifier and TypeClassDescriptionclassLoad and process the WSIT configuration files.Methods in com.sun.xml.ws.policy.parser that return PolicyResolver -
Uses of PolicyResolver in com.sun.xml.ws.wsdl.parser
Methods in com.sun.xml.ws.wsdl.parser with parameters of type PolicyResolverModifier and TypeMethodDescriptionstatic WSDLModelRuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, boolean isUseStreamFromEntityResolverWrapper, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.