Class CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.coap.CoAPComponent>
org.apache.camel.builder.component.dsl.CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.coap.CoAPComponent>
,CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilder
- Enclosing interface:
- CoapsTcpComponentBuilderFactory
public static class CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.coap.CoAPComponent>
implements CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.coap.CoAPComponent
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.dsl.CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilder
autowiredEnabled, bridgeErrorHandler, lazyStartProducer
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
CoapsTcpComponentBuilderImpl
public CoapsTcpComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.coap.CoAPComponent buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.coap.CoAPComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.coap.CoAPComponent>
-