Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLModel

Packages that use WSDLModel
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.policy.parser   
 

Uses of WSDLModel in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLModel
 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.
 

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

Methods in com.sun.xml.ws.api.wsdl.parser that return WSDLModel
 WSDLModel WSDLParserExtensionContext.getWSDLModel()
          Gives the WSDLModel.
 

Uses of WSDLModel in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLModel
 class WSDLModelImpl
          Implementation of WSDLModel
 

Uses of WSDLModel in com.sun.xml.ws.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLModel
static void PolicyUtil.configureModel(WSDLModel model, 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.
 

Uses of WSDLModel in com.sun.xml.ws.policy.parser
 

Methods in com.sun.xml.ws.policy.parser that return WSDLModel
static WSDLModel PolicyResourceLoader.getWsdlModel(URL resourceUrl, boolean isClient)
          Parse the given URL and return the resulting WSDLModel.
static WSDLModel PolicyConfigParser.parseModel(String configFileIdentifier, Container container, PolicyMapMutator... mutators)
          The method uses configFileIdentifier parameter to construct a WSIT config file name according to following pattern:

wsit-[configFileIdentifier].xml

After constructing the WSIT config file name, the function tries to find the WSIT config file and read it from the following locations: WEB-INF - for servlet-based web service implementations META-INF - for EJB-based web service implementations classpath - for web service clients If the file is found it is parsed and resulting WSDLModel object containig the populated PolicyMap instance is returned.

static WSDLModel PolicyConfigParser.parseModel(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators)
          Reads the WSIT config from a file denoted by configFileUrl parameter.
 



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