Interface ExtendedProviders

All Superinterfaces:
javax.ws.rs.ext.Providers
All Known Implementing Classes:
ApplicationProviders, ProviderBinder

public interface ExtendedProviders extends javax.ws.rs.ext.Providers
Version:
$Id$
Author:
Andrey Parfonov
  • Method Details

    • getAcceptableWriterMediaTypes

      List<javax.ws.rs.core.MediaType> getAcceptableWriterMediaTypes(Class<?> type, Type genericType, Annotation[] annotations)
      Get list of most acceptable writer's media type for specified type.
      Parameters:
      type - type
      genericType - generic type
      annotations - annotations
      Returns:
      sorted acceptable media type collection
      See Also:
    • getMethodInvokerFilters

      List<ObjectFactory<FilterDescriptor>> getMethodInvokerFilters(String path)
      Parameters:
      path - request path
      Returns:
      acceptable method invocation filters
    • getRequestFilters

      List<ObjectFactory<FilterDescriptor>> getRequestFilters(String path)
      Parameters:
      path - request path
      Returns:
      acceptable request filters
    • getResponseFilters

      List<ObjectFactory<FilterDescriptor>> getResponseFilters(String path)
      Parameters:
      path - request path
      Returns:
      acceptable response filters