Class InstanceImpl

java.lang.Object
org.apache.cxf.jaxrs.bootstrap.InstanceImpl
All Implemented Interfaces:
jakarta.ws.rs.SeBootstrap.Instance

public class InstanceImpl extends Object implements jakarta.ws.rs.SeBootstrap.Instance
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.ws.rs.SeBootstrap.Instance

    jakarta.ws.rs.SeBootstrap.Instance.StopResult
  • Constructor Summary

    Constructors
    Constructor
    Description
    InstanceImpl(org.apache.cxf.endpoint.Server server, jakarta.ws.rs.SeBootstrap.Configuration configuration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.SeBootstrap.Configuration
     
    CompletionStage<jakarta.ws.rs.SeBootstrap.Instance.StopResult>
     
    <T> T
    unwrap(Class<T> nativeClass)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.ws.rs.SeBootstrap.Instance

    stopOnShutdown
  • Constructor Details

    • InstanceImpl

      public InstanceImpl(org.apache.cxf.endpoint.Server server, jakarta.ws.rs.SeBootstrap.Configuration configuration)
  • Method Details

    • configuration

      public jakarta.ws.rs.SeBootstrap.Configuration configuration()
      Specified by:
      configuration in interface jakarta.ws.rs.SeBootstrap.Instance
    • stop

      public CompletionStage<jakarta.ws.rs.SeBootstrap.Instance.StopResult> stop()
      Specified by:
      stop in interface jakarta.ws.rs.SeBootstrap.Instance
    • unwrap

      public <T> T unwrap(Class<T> nativeClass)
      Specified by:
      unwrap in interface jakarta.ws.rs.SeBootstrap.Instance