Class WsEventingConfig
- java.lang.Object
-
- org.somda.sdc.dpws.soap.wseventing.WsEventingConfig
-
public class WsEventingConfig extends Object
WS-Eventing configuration identifiers.- See Also:
DefaultDpwsConfigModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOTIFICATION_QUEUE_CAPACITYConfiguration of the notification queue size used for WS-Eventing.static StringSOURCE_MAX_EXPIRESControls maximum duration to grant for a subscription [in seconds].static StringSOURCE_SUBSCRIPTION_MANAGER_PATHA pre-defined subscription manager URI.
-
Constructor Summary
Constructors Constructor Description WsEventingConfig()
-
-
-
Field Detail
-
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.
- Data type: Duration
- Use: optional
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
NOTIFICATION_QUEUE_CAPACITY
public static final String NOTIFICATION_QUEUE_CAPACITY
Configuration of the notification queue size used for WS-Eventing.- Data type: Integer
- Use: optional
- See Also:
- Constant Field Values
-
-