Class NettyHttpEndpointConfigurer
java.lang.Object
org.apache.camel.support.component.PropertyConfigurerSupport
org.apache.camel.component.netty.NettyEndpointConfigurer
org.apache.camel.component.netty.http.NettyHttpEndpointConfigurer
- All Implemented Interfaces:
org.apache.camel.spi.GeneratedPropertyConfigurer,org.apache.camel.spi.PropertyConfigurer,org.apache.camel.spi.PropertyConfigurerGetter
@Generated("org.apache.camel.maven.packaging.EndpointSchemaGeneratorMojo")
public class NettyHttpEndpointConfigurer
extends org.apache.camel.component.netty.NettyEndpointConfigurer
implements org.apache.camel.spi.GeneratedPropertyConfigurer, org.apache.camel.spi.PropertyConfigurerGetter
Generated by camel build tools - do NOT edit this file!
-
Field Summary
Fields inherited from class org.apache.camel.support.component.PropertyConfigurerSupport
MAGIC_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase) getCollectionValueType(Object target, String name, boolean ignoreCase) Class<?> getOptionType(String name, boolean ignoreCase) getOptionValue(Object obj, String name, boolean ignoreCase) Methods inherited from class org.apache.camel.support.component.PropertyConfigurerSupport
propertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.PropertyConfigurerGetter
getAutowiredNames
-
Constructor Details
-
NettyHttpEndpointConfigurer
public NettyHttpEndpointConfigurer()
-
-
Method Details
-
configure
public boolean configure(org.apache.camel.CamelContext camelContext, Object obj, String name, Object value, boolean ignoreCase) - Specified by:
configurein interfaceorg.apache.camel.spi.PropertyConfigurer- Overrides:
configurein classorg.apache.camel.component.netty.NettyEndpointConfigurer
-
getOptionType
- Specified by:
getOptionTypein interfaceorg.apache.camel.spi.PropertyConfigurerGetter- Overrides:
getOptionTypein classorg.apache.camel.component.netty.NettyEndpointConfigurer
-
getOptionValue
- Specified by:
getOptionValuein interfaceorg.apache.camel.spi.PropertyConfigurerGetter- Overrides:
getOptionValuein classorg.apache.camel.component.netty.NettyEndpointConfigurer
-
getCollectionValueType
- Specified by:
getCollectionValueTypein interfaceorg.apache.camel.spi.PropertyConfigurerGetter- Overrides:
getCollectionValueTypein classorg.apache.camel.component.netty.NettyEndpointConfigurer
-