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.wsdl.parser |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
XMLEntityResolver.Parser |
XMLEntityResolver.resolveEntity(String publicId,
String systemId)
See
EntityResolver.resolveEntity(String, String) for the contract. |
Modifier and Type | Method and Description |
---|---|
XMLEntityResolver.Parser |
MexEntityResolver.resolveEntity(String publicId,
String systemId) |
Modifier and Type | Method and Description |
---|---|
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.