Package org.apache.cxf.jaxrs.bootstrap
Class InstanceImpl
java.lang.Object
org.apache.cxf.jaxrs.bootstrap.InstanceImpl
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionInstanceImpl(org.apache.cxf.endpoint.Server server, jakarta.ws.rs.SeBootstrap.Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.SeBootstrap.ConfigurationCompletionStage<jakarta.ws.rs.SeBootstrap.Instance.StopResult>stop()<T> TMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
configurationin interfacejakarta.ws.rs.SeBootstrap.Instance
-
stop
- Specified by:
stopin interfacejakarta.ws.rs.SeBootstrap.Instance
-
unwrap
- Specified by:
unwrapin interfacejakarta.ws.rs.SeBootstrap.Instance
-