com.ibm.ecm.sample.webhook

Class WebhookReceiverApplication

  • java.lang.Object
    • javax.ws.rs.core.Application
      • com.ibm.ecm.sample.webhook.WebhookReceiverApplication


  • @ApplicationPath(value="/")
    public class WebhookReceiverApplication
    extends javax.ws.rs.core.Application
    Simple extension of the Application class for the Content Event Webhook Receiver sample application. This extension adds important top-level classes for the REST servlet and interceptors for the application class loader.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Set<java.lang.Class<?>> getClasses() 
      • Methods inherited from class javax.ws.rs.core.Application

        getProperties, getSingletons
      • Methods inherited from class java.lang.Object

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

      • WebhookReceiverApplication

        public WebhookReceiverApplication()
    • Method Detail

      • getClasses

        public java.util.Set<java.lang.Class<?>> getClasses()
        Overrides:
        getClasses in class javax.ws.rs.core.Application