Class WsEventingConfig
java.lang.Object
org.somda.sdc.dpws.soap.wseventing.WsEventingConfig
WS-Eventing configuration identifiers.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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.
- Data type: Duration
- Use: optional
- See Also:
-
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
Configuration of the notification queue size used for WS-Eventing.- Data type: Integer
- Use: optional
- See Also:
-
-
Constructor Details
-
WsEventingConfig
public WsEventingConfig()
-