Class SubscriptionTicketGrantingResponse


  • public class SubscriptionTicketGrantingResponse
    extends Object
    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 Detail

      • SubscriptionTicketGrantingResponse

        public SubscriptionTicketGrantingResponse()
    • Method Detail

      • getEndTo

        public org.apache.cxf.ws.addressing.EndpointReferenceType getEndTo()
      • setEndTo

        public void setEndTo​(org.apache.cxf.ws.addressing.EndpointReferenceType endTo)
      • setDelivery

        public void setDelivery​(DeliveryType delivery)
      • setFilter

        public void setFilter​(FilterType filter)
      • setUUID

        public void setUUID​(UUID uuidToSet)
      • getUuid

        public UUID getUuid()
      • getSubscriptionManagerReference

        public org.apache.cxf.ws.addressing.EndpointReferenceType getSubscriptionManagerReference()
      • setSubscriptionManagerReference

        public void setSubscriptionManagerReference​(org.apache.cxf.ws.addressing.EndpointReferenceType subscriptionManagerReference)