Uses of Interface
com.sun.xml.ws.api.policy.PolicyResolver

Packages that use PolicyResolver
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
static WSDLModel WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions)
          Parses WSDL from the given wsdlLoc and gives a WSDLModel built from it.
 

Uses of PolicyResolver in com.sun.xml.ws.api.policy
 

Fields in com.sun.xml.ws.api.policy declared as PolicyResolver
static PolicyResolver PolicyResolverFactory.DEFAULT_POLICY_RESOLVER
          JAX-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
static PolicyResolver PolicyResolverFactory.create()
           
abstract  PolicyResolver PolicyResolverFactory.doCreate()
           
 

Uses of PolicyResolver in com.sun.xml.ws.api.wsdl.parser
 

Methods in com.sun.xml.ws.api.wsdl.parser that return PolicyResolver
 PolicyResolver WSDLParserExtensionContext.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
 class DefaultPolicyResolver
          This 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
 class WsitPolicyResolver
          Load and process the WSIT configuration files.
 

Methods in com.sun.xml.ws.policy.parser that return PolicyResolver
 PolicyResolver WsitPolicyResolverFactory.doCreate()
           
 

Uses of PolicyResolver in com.sun.xml.ws.wsdl.parser
 

Methods in com.sun.xml.ws.wsdl.parser with parameters of type PolicyResolver
static WSDLModel RuntimeWSDLParser.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 WSDLModel RuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, WSDLParserExtension... extensions)
          Parses the WSDL and gives WSDLModel.
static WSDLModel RuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions)
          Parses the WSDL and gives WSDLModel.
static WSDLModel RuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.