Class ServiceTalkFeature

  • All Implemented Interfaces:
    javax.ws.rs.core.Feature

    public final class ServiceTalkFeature
    extends java.lang.Object
    implements javax.ws.rs.core.Feature
    Feature enabling ServiceTalk request handling. This feature registers providers and binders needed to enable ServiceTalk as a handler for a Jersey application.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean configure​(javax.ws.rs.core.FeatureContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceTalkFeature

        public ServiceTalkFeature()
    • Method Detail

      • configure

        public boolean configure​(javax.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface javax.ws.rs.core.Feature