| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.advanced() |
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.setHttpResponseDuringProcessing(Boolean setHttpResponseDuringProcessing)
Sets the flag to use the endpoint where you can either populate camel
exchange from servlet response or use request itself which may be
thought as if it is a proxy.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.setHttpResponseDuringProcessing(String setHttpResponseDuringProcessing)
Sets the flag to use the endpoint where you can either populate camel
exchange from servlet response or use request itself which may be
thought as if it is a proxy.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.skipServletProcessing(Boolean skipServletProcessing)
Sets the flag to use skip servlet processing and let camel take over
processing.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.skipServletProcessing(String skipServletProcessing)
Sets the flag to use skip servlet processing and let camel take over
processing.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.useSystemProperties(boolean useSystemProperties)
To use System Properties as fallback for configuration.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.useSystemProperties(String useSystemProperties)
To use System Properties as fallback for configuration.
|
Apache Camel