default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointConsumerBuilder.basic() |
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.bindingId(String bindingId) |
The bindingId for the service model to use.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
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 |
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 |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.dataFormat(String dataFormat) |
The data type messages supported by the CXF endpoint.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.dataFormat(CxfEndpointBuilderFactory.DataFormat dataFormat) |
The data type messages supported by the CXF endpoint.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled) |
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.loggingFeatureEnabled(String loggingFeatureEnabled) |
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
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 |
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 |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.password(String password) |
This option is used to set the basic authentication information of
password for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.portName(String portName) |
The endpoint name this service is implementing, it maps to the
wsdl:portname.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
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 |
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 |
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 |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.serviceName(String serviceName) |
The service name this service is implementing, it maps to the
wsdl:servicename.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.skipFaultLogging(boolean skipFaultLogging) |
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.skipFaultLogging(String skipFaultLogging) |
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.username(String username) |
This option is used to set the basic authentication information of
username for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.wrappedStyle(Boolean wrappedStyle) |
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.wrappedStyle(String wrappedStyle) |
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder |
CxfEndpointBuilderFactory.CxfEndpointConsumerBuilder.wsdlURL(String wsdlURL) |
The location of the WSDL.
|