Interface IMimeTypeResolver

All Known Implementing Classes:
MethodMappingInfo

public interface IMimeTypeResolver
A generic resolver to retrieve the MIME types to use for a mapped method in input and output.
Author:
andrea del bene
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the MIME type to use in input.
    Get the MIME type to use in output.
  • Method Details

    • getInputFormat

      String getInputFormat()
      Get the MIME type to use in input.
      Returns:
      The MIME type to use in input.
    • getOutputFormat

      String getOutputFormat()
      Get the MIME type to use in output.
      Returns:
      The MIME type to use in output