Apache CXF API

Uses of Class
org.apache.cxf.ws.eventing.SubscribeResponse

Packages that use SubscribeResponse
org.apache.cxf.ws.eventing   
org.apache.cxf.ws.eventing.eventsource   
 

Uses of SubscribeResponse in org.apache.cxf.ws.eventing
 

Methods in org.apache.cxf.ws.eventing that return SubscribeResponse
 SubscribeResponse ObjectFactory.createSubscribeResponse()
          Create an instance of SubscribeResponse
 

Uses of SubscribeResponse in org.apache.cxf.ws.eventing.eventsource
 

Methods in org.apache.cxf.ws.eventing.eventsource that return SubscribeResponse
protected  SubscribeResponse AbstractEventSource.generateResponseMessageFor(SubscriptionTicketGrantingResponse dbResponse, boolean shouldConvertToDuration)
           
 SubscribeResponse AbstractEventSource.subscribeOp(Subscribe body)
           
 SubscribeResponse EventSourceEndpoint.subscribeOp(Subscribe body)
          The Subscribe operation of the Event Source.
 


Apache CXF API

Apache CXF