Class NullContentTypeProvider

java.lang.Object
com.adaptris.core.http.NullContentTypeProvider
All Implemented Interfaces:
ContentTypeProvider

public class NullContentTypeProvider extends Object implements ContentTypeProvider
Returns a null as the content-type.

In the adapter configuration file this class is aliased as http-null-content-type-provider which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • NullContentTypeProvider

      public NullContentTypeProvider()
  • Method Details