Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.wsdl.parser |
Extension point for WSDL parsing.
|
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 | Method and Description |
---|---|
WSDLModel |
WSDLParserExtensionContext.getWSDLModel()
Gives the
WSDLModel . |
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 |
---|---|
WSDLModel |
WSDLParserExtensionContextImpl.getWSDLModel() |
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.