Interface AzkarraRestExtensionContext
-
public interface AzkarraRestExtensionContextThis interfaces provides the capability forAzkarraRestExtensionimplementations to register JAX-RS resources using the providedConfigurableand to get access to theAzkarraContextinstance.- See Also:
AzkarraRestExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Configurable<? extends javax.ws.rs.core.Configurable>configurable()Provides an implementation ofConfigurablethat must be used to register JAX-RS resources.AzkarraContextcontext()Provides theAzkarraContextinstance that can be used to retrieve registered components.
-
-
-
Method Detail
-
configurable
javax.ws.rs.core.Configurable<? extends javax.ws.rs.core.Configurable> configurable()
Provides an implementation ofConfigurablethat must be used to register JAX-RS resources.- Returns:
- the JAX-RS
Configurable.
-
context
AzkarraContext context()
Provides theAzkarraContextinstance that can be used to retrieve registered components.- Returns:
- the
AzkarraContextinstance.
-
-