Apache CXF API

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

Packages that use GetStatus
org.apache.cxf.ws.eventing   
org.apache.cxf.ws.eventing.manager   
 

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

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

Uses of GetStatus in org.apache.cxf.ws.eventing.manager
 

Methods in org.apache.cxf.ws.eventing.manager with parameters of type GetStatus
 GetStatusResponse AbstractSubscriptionManager.getStatusOp(GetStatus body)
           
 GetStatusResponse SubscriptionManagerEndpoint.getStatusOp(GetStatus body)
          The GetStatus operation of the Subscription Manager See http://www.w3.org/TR/ws-eventing/#GetStatus
 


Apache CXF API

Apache CXF