@UriEndpoint(firstVersion="2.12.0",
scheme="xmlsecurity-verify",
title="XML Security Verify",
syntax="xmlsecurity-verify:name",
producerOnly=true,
label="security,transformation")
public class XmlVerifierEndpoint
extends org.apache.camel.support.DefaultEndpoint
Constructor and Description |
---|
XmlVerifierEndpoint(String uri,
XmlVerifierComponent component,
XmlVerifierConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doInit() |
XmlVerifierConfiguration |
getConfiguration() |
String |
getName() |
void |
setConfiguration(XmlVerifierConfiguration configuration)
Configuration
|
void |
setName(String name)
The name part in the URI can be chosen by the user to distinguish between different verify endpoints within the
camel context.
|
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, 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, toString
build, 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, suspend
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public XmlVerifierEndpoint(String uri, XmlVerifierComponent component, XmlVerifierConfiguration configuration)
public String getName()
public void setName(String name)
public XmlVerifierConfiguration getConfiguration()
public void setConfiguration(XmlVerifierConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
Apache Camel