| Package | Description |
|---|---|
| org.apache.cxf.ws.eventing | |
| org.apache.cxf.ws.eventing.backend.manager | |
| org.apache.cxf.ws.eventing.shared.utils |
| Modifier and Type | Field and Description |
|---|---|
protected ExpirationType |
Renew.expires |
protected ExpirationType |
Subscribe.expires |
| Modifier and Type | Method and Description |
|---|---|
ExpirationType |
ObjectFactory.createExpirationType()
Create an instance of
ExpirationType |
ExpirationType |
Renew.getExpires()
Gets the value of the expires property.
|
ExpirationType |
Subscribe.getExpires()
Gets the value of the expires property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Renew.setExpires(ExpirationType value)
Sets the value of the expires property.
|
void |
Subscribe.setExpires(ExpirationType value)
Sets the value of the expires property.
|
| Modifier and Type | Method and Description |
|---|---|
ExpirationType |
SubscriptionManagerImpl.renew(UUID uuid,
ExpirationType requestedExpiration) |
ExpirationType |
SubscriptionManagerInterfaceForManagers.renew(UUID uuid,
ExpirationType requestedExpiration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubscriptionManagerImpl.processExpiration(ExpirationType request,
SubscriptionTicket ticket,
SubscriptionTicketGrantingResponse response)
process the stuff concerning expiration request (wse:Expires)
|
ExpirationType |
SubscriptionManagerImpl.renew(UUID uuid,
ExpirationType requestedExpiration) |
ExpirationType |
SubscriptionManagerInterfaceForManagers.renew(UUID uuid,
ExpirationType requestedExpiration) |
SubscriptionTicketGrantingResponse |
SubscriptionManagerImpl.subscribe(DeliveryType delivery,
EndpointReferenceType endTo,
ExpirationType expires,
FilterType filter,
FormatType format) |
SubscriptionTicketGrantingResponse |
SubscriptionManagerInterfaceForEventSources.subscribe(DeliveryType delivery,
EndpointReferenceType endTo,
ExpirationType expires,
FilterType filter,
FormatType format) |
| Modifier and Type | Method and Description |
|---|---|
static ExpirationType |
DurationAndDateUtil.toExpirationTypeContainingDuration(XMLGregorianCalendar date) |
static ExpirationType |
DurationAndDateUtil.toExpirationTypeContainingGregorianCalendar(XMLGregorianCalendar date) |
Apache CXF