com.sun.jersey.core.spi.component
Class ComponentConstructor<T>
java.lang.Object
com.sun.jersey.core.spi.component.ComponentConstructor<T>
- Type Parameters:
T
- the type to construct
public class ComponentConstructor<T>
- extends Object
A constructor of a component.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentConstructor
public ComponentConstructor(InjectableProviderContext ipc,
Class<T> c,
ComponentInjector<T> ci)
getInstance
public T getInstance()
throws InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Get a new instance.
- Returns:
- a new instance.
- Throws:
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
Copyright © 2013 Oracle Corporation. All Rights Reserved.