java.lang.Object
com.oracle.bedrock.runtime.remote.windows.winrm.WindowsSoapOptions
All Implemented Interfaces:
com.oracle.bedrock.ComposableOption<WindowsSoapOptions>, com.oracle.bedrock.Option

public class WindowsSoapOptions extends Object implements com.oracle.bedrock.Option, com.oracle.bedrock.ComposableOption<WindowsSoapOptions>
An Option that controls various settings in the SOAP envelope header for a WinRM SOAP message.

Copyright (c) 2015. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

Author:
Jonathan Knight
  • Field Details

    • DEFAULT_MAX_ENVELOPE_SIZE

      public static final BigInteger DEFAULT_MAX_ENVELOPE_SIZE
      The default maximum envelope size for SOAP messages.
    • DEFAULT_TIMEOUT

      public static final Duration DEFAULT_TIMEOUT
      The default timeout value for SOAP messages.
  • Constructor Details

  • Method Details