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

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

public class ResourceComponentConstructor
extends java.lang.Object

A constructor of a resource class.

Author:
[email protected]

Constructor Summary
ResourceComponentConstructor(com.sun.jersey.server.impl.inject.ServerInjectableProviderContext sipc, ComponentScope scope, AbstractResource ar)
           
 
Method Summary
 java.lang.Object construct(HttpContext hc)
           
 java.lang.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(com.sun.jersey.server.impl.inject.ServerInjectableProviderContext sipc,
                                    ComponentScope scope,
                                    AbstractResource ar)
Method Detail

getResourceClass

public java.lang.Class getResourceClass()

construct

public java.lang.Object construct(HttpContext hc)
                           throws java.lang.InstantiationException,
                                  java.lang.IllegalAccessException,
                                  java.lang.IllegalArgumentException,
                                  java.lang.reflect.InvocationTargetException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.reflect.InvocationTargetException


Copyright © 2011 Oracle Corporation. All Rights Reserved.