public static interface CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder |
advanced() |
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
bindingId(String bindingId)
The bindingId for the service model to use.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
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 CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
bridgeErrorHandler(String 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 CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
dataFormat(CxfEndpointBuilderFactory.DataFormat dataFormat)
The data type messages supported by the CXF endpoint.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
dataFormat(String dataFormat)
The data type messages supported by the CXF endpoint.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
loggingFeatureEnabled(boolean loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
loggingFeatureEnabled(String loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
loggingSizeLimit(int loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled and -1 for no limit.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
loggingSizeLimit(String loggingSizeLimit)
To limit the total size of number of bytes the logger will output
when logging feature has been enabled and -1 for no limit.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
password(String password)
This option is used to set the basic authentication information of
password for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
portName(String portName)
The endpoint name this service is implementing, it maps to the
wsdl:portname.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
publishedEndpointUrl(String publishedEndpointUrl)
This option can override the endpointUrl that published from the WSDL
which can be accessed with service address url plus wsd.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
serviceClass(Class<Object> serviceClass)
The class name of the SEI (Service Endpoint Interface) class which
could have JSR181 annotation or not.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
serviceClass(String serviceClass)
The class name of the SEI (Service Endpoint Interface) class which
could have JSR181 annotation or not.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
serviceName(String serviceName)
The service name this service is implementing, it maps to the
wsdl:servicename.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
skipFaultLogging(boolean skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
skipFaultLogging(String skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
username(String username)
This option is used to set the basic authentication information of
username for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
wrappedStyle(Boolean wrappedStyle)
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
wrappedStyle(String wrappedStyle)
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
wsdlURL(String wsdlURL)
The location of the WSDL.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder advanced()
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder dataFormat(CxfEndpointBuilderFactory.DataFormat dataFormat)
org.apache.camel.component.cxf.DataFormat type.
Default: POJO
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder dataFormat(String dataFormat)
org.apache.camel.component.cxf.DataFormat type.
Default: POJO
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder wrappedStyle(Boolean wrappedStyle)
java.lang.Boolean type.
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder wrappedStyle(String wrappedStyle)
java.lang.Boolean
type.
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder loggingFeatureEnabled(boolean loggingFeatureEnabled)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder loggingFeatureEnabled(String loggingFeatureEnabled)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder loggingSizeLimit(int loggingSizeLimit)
int type.
Default: 49152
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder loggingSizeLimit(String loggingSizeLimit)
int type.
Default: 49152
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder skipFaultLogging(boolean skipFaultLogging)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder skipFaultLogging(String skipFaultLogging)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder username(String username)
java.lang.String type.
Group: securitydefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder bindingId(String bindingId)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder portName(String portName)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder publishedEndpointUrl(String publishedEndpointUrl)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder serviceClass(Class<Object> serviceClass)
java.lang.Class<java.lang.Object>
type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder serviceClass(String serviceClass)
java.lang.Class<java.lang.Object> type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder serviceName(String serviceName)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder wsdlURL(String wsdlURL)
java.lang.String type.
Group: serviceApache Camel