Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
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. |
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a
WSDLModel built from it. |
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a
WSDLModel built from it. |
Modifier and Type | Class and Description |
---|---|
class |
PolicyWSDLParserExtension
This class parses the Policy Attachments in the WSDL and creates a PolicyMap thaty captures the policies configured on
different PolicySubjects in the wsdl.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DelegatingParserExtension
Delegate to another
WSDLParserExtension
useful for the base class for filtering. |
(package private) class |
FoolProofParserExtension
WSDLParserExtension filter that checks if
another WSDLParserExtension is following the contract. |
class |
MemberSubmissionAddressingWSDLParserExtension
Member Submission WS-Addressing Runtime WSDL parser extension
|
class |
W3CAddressingMetadataWSDLParserExtension
W3C WS-Addressing Runtime WSDL parser extension that parses
WS-Addressing Metadata wsdl extensibility elements
This mainly reads wsam:Action element on input/output/fault messages in wsdl.
|
class |
W3CAddressingWSDLParserExtension
W3C WS-Addressing Runtime WSDL parser extension
|
(package private) class |
WSDLParserExtensionFacade
WSDLParserExtension that delegates to
multiple WSDLParserExtension s. |
Modifier and Type | Field and Description |
---|---|
protected WSDLParserExtension |
DelegatingParserExtension.core |
Modifier and Type | Field and Description |
---|---|
(package private) List<WSDLParserExtension> |
RuntimeWSDLParser.extensions |
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,
Class serviceClass,
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(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
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) |
static WSDLModelImpl |
RuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions) |
Constructor and Description |
---|
DelegatingParserExtension(WSDLParserExtension core) |
FoolProofParserExtension(WSDLParserExtension core) |
WSDLParserExtensionFacade(WSDLParserExtension... extensions) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.