| Package | Description |
|---|---|
| org.apache.cxf.ws.eventing | |
| org.apache.cxf.ws.eventing.backend.database | |
| org.apache.cxf.ws.eventing.backend.manager |
| Modifier and Type | Field and Description |
|---|---|
protected DeliveryType |
Subscribe.delivery |
| Modifier and Type | Method and Description |
|---|---|
DeliveryType |
ObjectFactory.createDeliveryType()
Create an instance of
DeliveryType |
DeliveryType |
Subscribe.getDelivery()
Gets the value of the delivery property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscribe.setDelivery(DeliveryType value)
Sets the value of the delivery property.
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryType |
SubscriptionTicket.getDelivery() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionTicket.setDelivery(DeliveryType delivery) |
| Modifier and Type | Method and Description |
|---|---|
DeliveryType |
SubscriptionTicketGrantingResponse.getDelivery() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubscriptionManagerImpl.processDelivery(DeliveryType request,
SubscriptionTicket ticket,
SubscriptionTicketGrantingResponse response) |
void |
SubscriptionTicketGrantingResponse.setDelivery(DeliveryType delivery) |
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) |
Apache CXF