Class SubscriptionTicket
java.lang.Object
org.apache.cxf.ws.eventing.backend.database.SubscriptionTicket
This class represents a valid subscription granted to a requesting client. Instances of such tickets
are stored in a SubscriptionDatabase.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.ws.addressing.EndpointReferenceTypegetEndTo()Convenience method to extract the subscribed target URL.org.apache.cxf.ws.addressing.ReferenceParametersTypeConvenience method to extract the subscribed target URL.getUuid()booleanbooleanbooleanvoidsetDelivery(DeliveryType delivery) voidsetEndTo(org.apache.cxf.ws.addressing.EndpointReferenceType endTo) voidsetExpires(XMLGregorianCalendar expires) voidsetFilter(FilterType filter) voidsetNonExpiring(boolean nonExpiring) voidvoidsetWrappedDelivery(boolean wrappedDelivery)
-
Constructor Details
-
SubscriptionTicket
public SubscriptionTicket()
-
-
Method Details
-
getExpires
-
getEndTo
public org.apache.cxf.ws.addressing.EndpointReferenceType getEndTo() -
setEndTo
public void setEndTo(org.apache.cxf.ws.addressing.EndpointReferenceType endTo) -
getDelivery
-
setDelivery
-
getFilter
-
setFilter
-
isExpired
public boolean isExpired() -
setExpires
-
getUuid
-
setUuid
-
getTargetURL
Convenience method to extract the subscribed target URL.- Returns:
-
getEndToURL
Convenience method to extract the subscribed target URL.- Returns:
-
getFilterString
-
isWrappedDelivery
public boolean isWrappedDelivery() -
setWrappedDelivery
public void setWrappedDelivery(boolean wrappedDelivery) -
getNotificationReferenceParams
public org.apache.cxf.ws.addressing.ReferenceParametersType getNotificationReferenceParams() -
isNonExpiring
public boolean isNonExpiring() -
setNonExpiring
public void setNonExpiring(boolean nonExpiring)
-