public class ResourceComponentConstructor
extends java.lang.Object
Constructor and Description |
---|
ResourceComponentConstructor(com.sun.jersey.server.impl.inject.ServerInjectableProviderContext serverInjectableProviderCtx,
ComponentScope scope,
AbstractResource abstractResource) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
construct(HttpContext hc) |
java.lang.Class |
getResourceClass() |
public ResourceComponentConstructor(com.sun.jersey.server.impl.inject.ServerInjectableProviderContext serverInjectableProviderCtx, ComponentScope scope, AbstractResource abstractResource)
public java.lang.Class getResourceClass()
public java.lang.Object construct(HttpContext hc) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.reflect.InvocationTargetException
Copyright © 2016 Oracle Corporation. All Rights Reserved.