Uses of Class
javax.ws.rs.core.Application
-
Packages that use Application Package Description javax.ws.rs.ext APIs that provide extensions to the types supported by the API. -
-
Uses of Application in javax.ws.rs.ext
Methods in javax.ws.rs.ext with parameters of type Application Modifier and Type Method Description abstract <T> T
RuntimeDelegate. createEndpoint(Application application, Class<T> endpointType)
Create a configured instance of the supplied endpoint type.
-