Apache CXF API

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

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

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

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

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

Methods in org.apache.cxf.ws.eventing.eventsource with parameters of type Subscribe
 SubscribeResponse AbstractEventSource.subscribeOp(Subscribe body)
           
 SubscribeResponse EventSourceEndpoint.subscribeOp(Subscribe body)
          The Subscribe operation of the Event Source.
 


Apache CXF API

Apache CXF