Apache CXF API

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

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

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

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

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

Methods in org.apache.cxf.ws.eventing.manager that return RenewResponse
 RenewResponse AbstractSubscriptionManager.renewOp(Renew body)
           
 RenewResponse SubscriptionManagerEndpoint.renewOp(Renew body)
          The Renew operation of the Subscription Manager See http://www.w3.org/TR/ws-eventing/#Renew
 


Apache CXF API

Apache CXF