Uses of Class
com._1c.g5.v8.dt.ws.common.WSDefinitionLoader.Certificate
-
Packages that use WSDefinitionLoader.Certificate Package Description com._1c.g5.v8.dt.ws.common -
-
Uses of WSDefinitionLoader.Certificate in com._1c.g5.v8.dt.ws.common
Methods in com._1c.g5.v8.dt.ws.common with parameters of type WSDefinitionLoader.Certificate Modifier and Type Method Description boolean
WSDefinitionLoader. checkUrlAuthentification(String url, WSDefinitionLoader.Certificate certificate, String user, String password)
Tries to authentification for WSDLurl
bycertificate
,user
name andpassword
WSDefinitionLoader.WSDefinitionContent
WSDefinitionLoader. getWSDefinitionContent(String url, WSDefinitionLoader.Certificate certificate)
Gets WSDL file content and content of the external xsd files by urlWSDefinitionLoader.WSDefinitionContent
WSDefinitionLoader. getWSDefinitionContent(String url, WSDefinitionLoader.Certificate certificate, String user, String password)
Gets WSDL file content and content of the external xsd files by urlboolean
WSDefinitionLoader. needUrlAuthentification(String url, WSDefinitionLoader.Certificate certificate)
Checks that WSDLurl
need authentification
-