com.sun.jersey.server.spi.component
Class ResourceComponentConstructor

java.lang.Object
  extended by com.sun.jersey.server.spi.component.ResourceComponentConstructor

public class ResourceComponentConstructor
extends Object

A constructor of a resource class.

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
ResourceComponentConstructor(ServerInjectableProviderContext sipc, ComponentScope scope, AbstractResource ar)
           
 
Method Summary
 Object construct(HttpContext hc)
           
 Class getResourceClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceComponentConstructor

public ResourceComponentConstructor(ServerInjectableProviderContext sipc,
                                    ComponentScope scope,
                                    AbstractResource ar)
Method Detail

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.