@UriEndpoint(scheme="paxlogging",
title="OSGi PAX Logging",
syntax="paxlogging:appender",
consumerOnly=true,
consumerClass=PaxLoggingConsumer.class,
label="monitoring")
public class PaxLoggingEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
PaxLoggingEndpoint(String uri,
PaxLoggingComponent component,
String appender) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getAppender()
Appender is the name of the pax appender that need to be configured in the PaxLogging service configuration.
|
PaxLoggingComponent |
getComponent() |
String |
getName()
Deprecated.
use
getAppender() |
boolean |
isSingleton() |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic PaxLoggingEndpoint(String uri, PaxLoggingComponent component, String appender)
public String getAppender()
@Deprecated public String getName()
getAppender()public PaxLoggingComponent getComponent()
getComponent in class org.apache.camel.impl.DefaultEndpointpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
Apache Camel