com.sun.jersey.server.spi.component
Class ResourceComponentConstructor
java.lang.Object
com.sun.jersey.server.spi.component.ResourceComponentConstructor
public class ResourceComponentConstructor
- extends java.lang.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(com.sun.jersey.server.impl.inject.ServerInjectableProviderContext sipc,
ComponentScope scope,
AbstractResource ar)
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
_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 © 2008 Sun Microsystems, Inc. All Rights Reserved.