com.sun.jersey.server.spi.component
Class ResourceComponentConstructor
java.lang.Object
com.sun.jersey.server.spi.component.ResourceComponentConstructor
public class ResourceComponentConstructor
- extends Object
A constructor of a resource class.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceComponentConstructor
public ResourceComponentConstructor(ServerInjectableProviderContext sipc,
ComponentScope scope,
AbstractResource ar)
getResourceClass
public Class getResourceClass()
construct
public Object construct(HttpContext hc)
throws InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
Copyright © 2013 Oracle Corporation. All Rights Reserved.