Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLModel
Packages that use WSDLModel
Package
Description
-
Uses of WSDLModel in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLModelModifier and TypeMethodDescriptionWSDLBoundPortType.getOwner()Gets theWSDLModelthat owns this port type.WSDLService.getParent()Gets theWSDLModelthat owns this service.static WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it.static WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it.static WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it. -
Uses of WSDLModel in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLModel in com.sun.xml.ws.api.model.wsdl.editable -
Uses of WSDLModel in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLModel -
Uses of WSDLModel in com.sun.xml.ws.policy.jaxws
Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLModelModifier and TypeMethodDescriptionstatic voidPolicyUtil.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 WSDLModelModifier and TypeMethodDescriptionstatic WSDLModelPolicyResourceLoader.getWsdlModel(URL resourceUrl, boolean isClient) Parse the given URL and return the resulting WSDLModel.static WSDLModelPolicyConfigParser.parseModel(String configFileIdentifier, Container container, PolicyMapMutator... mutators) The method usesconfigFileIdentifierparameter to construct a WSIT config file name according to following pattern:static WSDLModelPolicyConfigParser.parseModel(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators) Reads the WSIT config from a file denoted byconfigFileUrlparameter. -
Uses of WSDLModel in com.sun.xml.ws.wsdl.parser
Methods in com.sun.xml.ws.wsdl.parser that return WSDLModelModifier and TypeMethodDescriptionstatic WSDLModelRuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) static WSDLModelRuntimeWSDLParser.parse(XMLEntityResolver.Parser wsdl, XMLEntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.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 WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.