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   
 

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, 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.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.