Uses of Class
org.restlet.ext.jaxrs.InstantiateException
-
Packages that use InstantiateException Package Description org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.jaxrs.internal.util org.restlet.ext.jaxrs.internal.wrappers org.restlet.ext.jaxrs.internal.wrappers.provider -
-
Uses of InstantiateException in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs that throw InstantiateException Modifier and Type Method Description <T> TObjectFactory. getInstance(java.lang.Class<T> jaxRsClass)Deprecated.Creates an instance of the given class.
If the concrete instance could not instantiate the given class, it could return null. -
Uses of InstantiateException in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util with parameters of type InstantiateException Modifier and Type Method Description RequestHandledExceptionExceptionHandler. instantiateExecption(InstantiateException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object. -
Uses of InstantiateException in org.restlet.ext.jaxrs.internal.wrappers
Methods in org.restlet.ext.jaxrs.internal.wrappers that throw InstantiateException Modifier and Type Method Description static java.lang.ObjectWrapperUtil. createInstance(java.lang.reflect.Constructor<?> constructor, java.lang.Object... args)Deprecated.Creates an instance of the root resource class.ResourceObjectSubResourceLocator. createSubResource(ResourceObject resourceObject, ResourceClasses resourceClasses, java.util.logging.Logger logger)Deprecated.Creates a sub resourceResourceObjectPerRequestRootResourceClass. getInstance(ObjectFactory objectFactory)Deprecated.Creates an or gets the instance of this root resource class.abstract ResourceObjectRootResourceClass. getInstance(ObjectFactory objectFactory)Deprecated.Creates an or gets the instance of this root resource class. -
Uses of InstantiateException in org.restlet.ext.jaxrs.internal.wrappers.provider
Methods in org.restlet.ext.jaxrs.internal.wrappers.provider that throw InstantiateException Modifier and Type Method Description private java.lang.ObjectPerRequestProviderWrapper. createInstance()Deprecated.Constructors in org.restlet.ext.jaxrs.internal.wrappers.provider that throw InstantiateException Constructor Description PerRequestProviderWrapper(java.lang.Class<?> jaxRsProviderClass, ObjectFactory objectFactory, ThreadLocalizedContext tlContext, JaxRsProviders allProviders, ExtensionBackwardMapping extensionBackwardMapping, java.util.logging.Logger logger)Deprecated.Creates a new wrapper for a Provider and initializes the provider.
-