Class SubscriptionTicketGrantingResponse
java.lang.Object
org.apache.cxf.ws.eventing.backend.manager.SubscriptionTicketGrantingResponse
This is the response send from SubscriptionManager backend logic to the EventSource webservice.
It contains the necessary information for the Event Source to construct a JAX-WS response
for a client who sent a subscription request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.ws.addressing.EndpointReferenceTypegetEndTo()org.apache.cxf.ws.addressing.EndpointReferenceTypegetUuid()voidsetDelivery(DeliveryType delivery) voidsetEndTo(org.apache.cxf.ws.addressing.EndpointReferenceType endTo) voidsetExpires(XMLGregorianCalendar expires) voidsetFilter(FilterType filter) voidsetSubscriptionManagerReference(org.apache.cxf.ws.addressing.EndpointReferenceType subscriptionManagerReference) void
-
Constructor Details
-
SubscriptionTicketGrantingResponse
public SubscriptionTicketGrantingResponse()
-
-
Method Details
-
getEndTo
public org.apache.cxf.ws.addressing.EndpointReferenceType getEndTo() -
setEndTo
public void setEndTo(org.apache.cxf.ws.addressing.EndpointReferenceType endTo) -
getDelivery
-
setDelivery
-
getFilter
-
setFilter
-
setUUID
-
getUuid
-
getSubscriptionManagerReference
public org.apache.cxf.ws.addressing.EndpointReferenceType getSubscriptionManagerReference() -
setSubscriptionManagerReference
public void setSubscriptionManagerReference(org.apache.cxf.ws.addressing.EndpointReferenceType subscriptionManagerReference) -
getExpires
-
setExpires
-