public class RestCommandResourceProvider extends AbstractRestResourceProvider
asadmin and cadmin communication.mappings| Constructor and Description |
|---|
RestCommandResourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enableModifAccessToInstances()
If resource can provide access for non-GET methods.
|
String |
getContextRoot() |
Map<String,javax.ws.rs.core.MediaType> |
getMimeMappings() |
static Set<Class<?>> |
getResourceClasses() |
Set<Class<?>> |
getResourceClasses(org.glassfish.hk2.api.ServiceLocator habitat) |
org.glassfish.jersey.server.ResourceConfig |
getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
getJsonFeaturepublic boolean enableModifAccessToInstances()
RestResourceProviderenableModifAccessToInstances in interface RestResourceProviderenableModifAccessToInstances in class AbstractRestResourceProviderpublic Map<String,javax.ws.rs.core.MediaType> getMimeMappings()
getMimeMappings in class AbstractRestResourceProviderpublic Set<Class<?>> getResourceClasses(org.glassfish.hk2.api.ServiceLocator habitat)
public String getContextRoot()
public org.glassfish.jersey.server.ResourceConfig getResourceConfig(Set<Class<?>> classes, ServerContext sc, org.glassfish.hk2.api.ServiceLocator habitat, Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) throws EndpointRegistrationException
getResourceConfig in interface RestResourceProvidergetResourceConfig in class AbstractRestResourceProviderEndpointRegistrationExceptionCopyright © 2019. All rights reserved.