Uses of Class
com.oracle.bedrock.runtime.remote.windows.winrm.WindowsSoapOptions
-
Packages that use WindowsSoapOptions Package Description com.oracle.bedrock.runtime.remote.windows.winrm -
-
Uses of WindowsSoapOptions in com.oracle.bedrock.runtime.remote.windows.winrm
Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return WindowsSoapOptions Modifier and Type Method Description static WindowsSoapOptionsWindowsSoapOptions. basic()Factory method to create the minimum required set ofWindowsSoapOptions.WindowsSoapOptionsWindowsSoapOptions. compose(WindowsSoapOptions other)WindowsSoapOptionsWindowsSoapOptions. withMaxEnvelopeSize(BigInteger size)Set the maximum SOAP envelope size.WindowsSoapOptionsWindowsSoapOptions. withTimeout(long timeout, TimeUnit units)Set the message timeout value.Methods in com.oracle.bedrock.runtime.remote.windows.winrm with parameters of type WindowsSoapOptions Modifier and Type Method Description WindowsSoapOptionsWindowsSoapOptions. compose(WindowsSoapOptions other)
-