Uses of Interface
com.sun.xml.ws.api.policy.PolicyResolver
-
Packages that use PolicyResolver Package Description com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.policy com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing.com.sun.xml.ws.policy.jaxws com.sun.xml.ws.policy.parser com.sun.xml.ws.wsdl.parser -
-
Uses of PolicyResolver in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl with parameters of type PolicyResolver Modifier and Type Method Description static 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 PolicyResolver Modifier and Type Field Description static 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 PolicyResolver Modifier and Type Method Description static 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 PolicyResolver Modifier and Type Method Description PolicyResolverWSDLParserExtensionContext. getPolicyResolver()Provides the PolicyResolver -
Uses of PolicyResolver in com.sun.xml.ws.policy.jaxws
Classes in com.sun.xml.ws.policy.jaxws that implement PolicyResolver Modifier and Type Class Description classDefaultPolicyResolverThis 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 PolicyResolver Modifier and Type Class Description classWsitPolicyResolverLoad and process the WSIT configuration files.Methods in com.sun.xml.ws.policy.parser that return PolicyResolver Modifier and Type Method Description PolicyResolverWsitPolicyResolverFactory. doCreate() -
Uses of PolicyResolver in com.sun.xml.ws.wsdl.parser
Methods in com.sun.xml.ws.wsdl.parser with parameters of type PolicyResolver Modifier and Type Method Description static 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.
-