Class FailoverFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
All Implemented Interfaces:
AbstractPortableFeature, Feature
Direct Known Subclasses:
CircuitBreakerFailoverFeature, LoadDistributorFeature

This feature may be applied to a Client so as to enable failover from the initial target endpoint to any other compatible endpoint for the target service.
  • Constructor Details

    • FailoverFeature

      protected FailoverFeature(FailoverFeature.Portable portable)
    • FailoverFeature

      public FailoverFeature()
    • FailoverFeature

      public FailoverFeature(String clientBootstrapAddress)
  • Method Details