Class RestServerBus

java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.bus.extension.ExtensionManagerBus
org.apache.unomi.rest.server.RestServerBus
All Implemented Interfaces:
org.apache.cxf.Bus, org.apache.cxf.interceptor.InterceptorProvider

public class RestServerBus extends org.apache.cxf.bus.extension.ExtensionManagerBus implements org.apache.cxf.Bus
Rest server bus
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.cxf.bus.extension.ExtensionManagerBus

    org.apache.cxf.bus.extension.ExtensionManagerBus.ExtensionFinder

    Nested classes/interfaces inherited from interface org.apache.cxf.Bus

    org.apache.cxf.Bus.BusState
  • Field Summary

    Fields inherited from class org.apache.cxf.bus.extension.ExtensionManagerBus

    BUS_PROPERTY_NAME, extensions, id, missingExtensions

    Fields inherited from interface org.apache.cxf.Bus

    DEFAULT_BUS_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.cxf.bus.extension.ExtensionManagerBus

    createConfiguredBeanLocator, destroyBeans, doInitializeInternal, getExtension, getFeatures, getId, getProperties, getProperty, getState, hasExtensionByName, initialize, initializeFeatures, loadAdditionalFeatures, setExtension, setFeatures, setId, setProperties, setProperty, setState, shutdown, shutdown

    Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

    getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.cxf.Bus

    getExtension, getFeatures, getId, getProperties, getProperty, getState, hasExtensionByName, setExtension, setFeatures, setId, setProperties, setProperty, shutdown

    Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider

    getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
  • Constructor Details

    • RestServerBus

      public RestServerBus()