Class SinkSubscriptionManagerImpl
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.wseventing.SinkSubscriptionManager,org.somda.sdc.dpws.soap.wseventing.SubscriptionManager
public class SinkSubscriptionManagerImpl implements SinkSubscriptionManager
Default implementation of SinkSubscriptionManager.
-
-
Method Summary
Modifier and Type Method Description StringgetSubscriptionId()InstantgetExpiresTimeout()EndpointReferenceTypegetNotifyTo()Optional<EndpointReferenceType>getEndTo()DurationgetExpires()EndpointReferenceTypegetSubscriptionManagerEpr()List<Object>getFilters()StringgetFilterDialect()voidrenew(Duration expires)Resets the expires duration. -
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
-
getExpiresTimeout
Instant getExpiresTimeout()
-
getNotifyTo
EndpointReferenceType getNotifyTo()
-
getExpires
Duration getExpires()
-
getSubscriptionManagerEpr
EndpointReferenceType getSubscriptionManagerEpr()
-
getFilters
List<Object> getFilters()
-
getFilterDialect
String getFilterDialect()
-
renew
void renew(Duration expires)
Resets the expires duration.
This will also affect getExpiresTimeout.
- Parameters:
expires- the duration to reset.
-
-
-
-