Uses of Class
org.apache.camel.component.platform.http.HttpEndpointModel
Packages that use HttpEndpointModel
-
Uses of HttpEndpointModel in org.apache.camel.component.platform.http
Methods in org.apache.camel.component.platform.http that return types with arguments of type HttpEndpointModelModifier and TypeMethodDescriptionPlatformHttpComponent.getHttpEndpoints()Lists the known http endpoints managed by this component.Methods in org.apache.camel.component.platform.http with parameters of type HttpEndpointModelModifier and TypeMethodDescriptionintHttpEndpointModel.compareTo(HttpEndpointModel o) voidPlatformHttpListener.registerHttpEndpoint(HttpEndpointModel model) Callback when a new HTTP endpoint is added.voidPlatformHttpListener.unregisterHttpEndpoint(HttpEndpointModel model) Callback when an existing HTTP endpoint is removed.