Class WsEventingConfig

java.lang.Object
org.somda.sdc.dpws.soap.wseventing.WsEventingConfig

public class WsEventingConfig extends Object
WS-Eventing configuration identifiers.
See Also:
  • Field Details

    • SOURCE_MAX_EXPIRES

      public static final String SOURCE_MAX_EXPIRES
      Controls maximum duration to grant for a subscription [in seconds].

      This configuration value is used by the event source to designate a maximum duration that it will grant for subscriptions.

      See Also:
    • SOURCE_SUBSCRIPTION_MANAGER_PATH

      public static final String SOURCE_SUBSCRIPTION_MANAGER_PATH
      A pre-defined subscription manager URI.

      This URI part will be used by the event source as the default subscription manager URI part. Do not muddle up that value with subscription ids. Those will be generated by the event source automatically.

      • Data type: String
      • Use: optional
      See Also:
    • NOTIFICATION_QUEUE_CAPACITY

      public static final String NOTIFICATION_QUEUE_CAPACITY
      Configuration of the notification queue size used for WS-Eventing.
      See Also:
  • Constructor Details

    • WsEventingConfig

      public WsEventingConfig()