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.wsdl.parser |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PolicyResolver |
PolicyResolverFactory.create() |
abstract PolicyResolver |
PolicyResolverFactory.doCreate() |
Modifier and Type | Method and Description |
---|---|
PolicyResolver |
WSDLParserExtensionContext.getPolicyResolver()
Provides the PolicyResolver
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPolicyResolver
This default implementation runs the policy validators on the server side and
selects a policy alternative on the client side.
|
Modifier and Type | Method and Description |
---|---|
PolicyResolver |
WSDLParserExtensionContextImpl.getPolicyResolver() |
Modifier and Type | Method and Description |
---|---|
static WSDLModelImpl |
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 WSDLModelImpl |
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 WSDLModelImpl |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel.
|
static WSDLModelImpl |
RuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions) |
Constructor and Description |
---|
WSDLParserExtensionContextImpl(WSDLModel model,
boolean isClientSide,
Container container,
PolicyResolver policyResolver)
Construct
WSDLParserExtensionContextImpl with information that whether its on client side
or server side. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.