default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
ResteasyComponentBuilderFactory.ResteasyComponentBuilder.allowJavaSerializedObject(boolean allowJavaSerializedObject) |
Whether to allow java serialization when a request uses
context-type=application/x-java-serialized-object.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
ResteasyComponentBuilderFactory.ResteasyComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
ResteasyComponentBuilderFactory.ResteasyComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
ResteasyComponentBuilderFactory.ResteasyComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
header to and from Camel message.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
ResteasyComponentBuilderFactory.ResteasyComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
ResteasyComponentBuilderFactory.ResteasyComponentBuilder.proxyConsumersClasses(String proxyConsumersClasses) |
Proxy classes for consumer endpoints.
|
static ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
ResteasyComponentBuilderFactory.resteasy() |
Resteasy (camel-resteasy)
Expose REST endpoints and access external REST servers.
|