@UriEndpoint(firstVersion="2.12.0",
scheme="xmlsecurity-sign",
title="XML Security Sign",
syntax="xmlsecurity-sign:name",
producerOnly=true,
category={SECURITY,TRANSFORMATION})
public class XmlSignerEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
XmlSignerEndpoint(String uri,
XmlSignerComponent component,
XmlSignerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
XmlSignerConfiguration |
getConfiguration() |
String |
getName() |
void |
setConfiguration(XmlSignerConfiguration configuration)
Configuration
|
void |
setName(String name)
The name part in the URI can be chosen by the user to distinguish between different signer endpoints within the
camel context.
|
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic XmlSignerEndpoint(String uri, XmlSignerComponent component, XmlSignerConfiguration configuration)
public String getName()
public void setName(String name)
public XmlSignerConfiguration getConfiguration()
public void setConfiguration(XmlSignerConfiguration configuration)
Apache Camel