org.apache.camel.api.management.mbean
Interface ManagedRestRegistryMBean

All Superinterfaces:
ManagedServiceMBean
All Known Implementing Classes:
ManagedRestRegistry

public interface ManagedRestRegistryMBean
extends ManagedServiceMBean


Method Summary
 int getNumberOfRestServices()
           
 TabularData listRestServices()
           
 
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
 

Method Detail

getNumberOfRestServices

@ManagedAttribute(description="Number of rest services in the registry")
int getNumberOfRestServices()

listRestServices

@ManagedOperation(description="Lists all the Rest services in the registry (url, path, verb, consumes, produces)")
TabularData listRestServices()


Apache Camel