Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.policy.jaxws | |
com.sun.xml.ws.wsdl.parser |
Modifier and Type | Method and Description |
---|---|
WSDLModel |
WSDLBoundPortType.getOwner()
Gets the
WSDLModel that owns this port type. |
WSDLModel |
WSDLService.getParent()
Gets the
WSDLModel that owns this service. |
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 | Interface and Description |
---|---|
interface |
EditableWSDLModel |
Modifier and Type | Class and Description |
---|---|
class |
WSDLModelImpl
Implementation of
WSDLModel |
Modifier and Type | Method and Description |
---|---|
static void |
PolicyUtil.configureModel(WSDLModel model,
com.sun.xml.ws.policy.PolicyMap policyMap)
Iterates through the ports in the WSDL model, for each policy in the policy
map that is attached at endpoint scope computes a list of corresponding
WebServiceFeatures and sets them on the port.
|
Modifier and Type | Method and Description |
---|---|
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,
Class serviceClass,
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(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
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) |
static WSDLModel |
RuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions) |
Copyright © 2015 Oracle Corporation. All rights reserved.