Uses of Class
com.oracle.bedrock.runtime.remote.windows.winrm.SoapConnection
-
Packages that use SoapConnection Package Description com.oracle.bedrock.runtime.remote.windows.winrm -
-
Uses of SoapConnection in com.oracle.bedrock.runtime.remote.windows.winrm
Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return SoapConnection Modifier and Type Method Description SoapConnectionWindowsSession. getSoapConnection()Obtain theSoapConnectionbeing used by thisWindowsSessionto send SOAP messages.Constructors in com.oracle.bedrock.runtime.remote.windows.winrm with parameters of type SoapConnection Constructor Description WindowsSession(SoapConnection connection, com.oracle.bedrock.Option... options)Create a newWindowsSessionthat connects to the WinRM service on the specified host.
-