Uses of Interface
org.apache.cxf.management.web.logging.atom.deliverer.Deliverer

Packages that use Deliverer
org.apache.cxf.management.web.logging.atom Support for producing logs in ATOM Syndication Format
org.apache.cxf.management.web.logging.atom.deliverer   
 

Uses of Deliverer in org.apache.cxf.management.web.logging.atom
 

Methods in org.apache.cxf.management.web.logging.atom with parameters of type Deliverer
 void AtomPushBean.setDeliverer(Deliverer deliverer)
          Set initialized deliverer.
 

Constructors in org.apache.cxf.management.web.logging.atom with parameters of type Deliverer
AtomPushHandler(int batchSize, Converter converter, Deliverer deliverer)
          Creates handler with custom parameters.
 

Uses of Deliverer in org.apache.cxf.management.web.logging.atom.deliverer
 

Classes in org.apache.cxf.management.web.logging.atom.deliverer that implement Deliverer
 class RetryingDeliverer
          Wrapper on other deliverer retrying delivery in case of failure.
 class WebClientDeliverer
          Marshaling and delivering based on JAXRS' WebClient.
 

Constructors in org.apache.cxf.management.web.logging.atom.deliverer with parameters of type Deliverer
RetryingDeliverer(Deliverer worker, int timeout, int pause, boolean linear)
          Creates retrying deliverer with predefined retry strategy.
RetryingDeliverer(Deliverer worker, int timeout, RetryingDeliverer.PauseCalculator strategy)
          Creates retrying deliverer with custom retry strategy.
 



Apache CXF