Class JAXRSDelegateClient

java.lang.Object
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.JAXRSDelegateClient
Direct Known Subclasses:
JAXRSClientIT

public class JAXRSDelegateClient extends JAXRSCommonClient
  • Constructor Details

    • JAXRSDelegateClient

      public JAXRSDelegateClient()
  • Method Details

    • assertRuntimeDelegate

      protected void assertRuntimeDelegate(boolean wantTckRuntimeDelegate) throws JAXRSCommonClient.Fault
      Check what is the RuntimeDelegate
      Parameters:
      wantTckRuntimeDelegate -
      Throws:
      JAXRSCommonClient.Fault - when wantTckRuntimeDelegate && RuntimeDelegate.getInstance != TckRuntimeDelegate when !wantTckRuntimeDelegate && RuntimeDelegate.getInstance == TckRuntimeDelegate
    • assertRuntimeDelegate

      protected void assertRuntimeDelegate() throws JAXRSCommonClient.Fault
      Throws:
      JAXRSCommonClient.Fault