public static interface CxfEndpointBuilderFactory.CxfEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointProducerBuilder |
advanced() |
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
bindingId(String bindingId)
The bindingId for the service model to use.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
cookieHandler(Object cookieHandler)
Configure a cookie handler to maintain a HTTP session.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
cookieHandler(String cookieHandler)
Configure a cookie handler to maintain a HTTP session.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
dataFormat(CxfEndpointBuilderFactory.DataFormat dataFormat)
The data type messages supported by the CXF endpoint.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
dataFormat(String dataFormat)
The data type messages supported by the CXF endpoint.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
defaultOperationName(String defaultOperationName)
This option will set the default operationName that will be used by
the CxfProducer which invokes the remote service.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
defaultOperationNamespace(String defaultOperationNamespace)
This option will set the default operationNamespace that will be used
by the CxfProducer which invokes the remote service.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
hostnameVerifier(Object hostnameVerifier)
The hostname verifier to be used.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
hostnameVerifier(String hostnameVerifier)
The hostname verifier to be used.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
loggingFeatureEnabled(boolean loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
loggingFeatureEnabled(String loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
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.CxfEndpointProducerBuilder |
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.CxfEndpointProducerBuilder |
password(String password)
This option is used to set the basic authentication information of
password for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
portName(String portName)
The endpoint name this service is implementing, it maps to the
wsdl:portname.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
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.CxfEndpointProducerBuilder |
serviceClass(Class<Object> serviceClass)
The class name of the SEI (Service Endpoint Interface) class which
could have JSR181 annotation or not.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
serviceClass(String serviceClass)
The class name of the SEI (Service Endpoint Interface) class which
could have JSR181 annotation or not.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
serviceName(String serviceName)
The service name this service is implementing, it maps to the
wsdl:servicename.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
skipFaultLogging(boolean skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
skipFaultLogging(String skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
sslContextParameters(Object sslContextParameters)
The Camel SSL setting reference.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
sslContextParameters(String sslContextParameters)
The Camel SSL setting reference.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
username(String username)
This option is used to set the basic authentication information of
username for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
wrapped(boolean wrapped)
Which kind of operation that CXF endpoint producer will invoke.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
wrapped(String wrapped)
Which kind of operation that CXF endpoint producer will invoke.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
wrappedStyle(Boolean wrappedStyle)
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
wrappedStyle(String wrappedStyle)
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder |
wsdlURL(String wsdlURL)
The location of the WSDL.
|
default CxfEndpointBuilderFactory.AdvancedCxfEndpointProducerBuilder advanced()
default CxfEndpointBuilderFactory.CxfEndpointProducerBuilder dataFormat(CxfEndpointBuilderFactory.DataFormat dataFormat)
dataFormat - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder dataFormat(String dataFormat)
dataFormat - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrappedStyle(Boolean wrappedStyle)
wrappedStyle - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrappedStyle(String wrappedStyle)
wrappedStyle - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder cookieHandler(Object cookieHandler)
cookieHandler - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder cookieHandler(String cookieHandler)
cookieHandler - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder defaultOperationName(String defaultOperationName)
defaultOperationName - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder defaultOperationNamespace(String defaultOperationNamespace)
defaultOperationNamespace - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder hostnameVerifier(Object hostnameVerifier)
hostnameVerifier - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder hostnameVerifier(String hostnameVerifier)
hostnameVerifier - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder sslContextParameters(Object sslContextParameters)
sslContextParameters - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder sslContextParameters(String sslContextParameters)
sslContextParameters - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrapped(boolean wrapped)
wrapped - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrapped(String wrapped)
wrapped - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingFeatureEnabled(boolean loggingFeatureEnabled)
loggingFeatureEnabled - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingFeatureEnabled(String loggingFeatureEnabled)
loggingFeatureEnabled - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingSizeLimit(int loggingSizeLimit)
loggingSizeLimit - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingSizeLimit(String loggingSizeLimit)
loggingSizeLimit - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder skipFaultLogging(boolean skipFaultLogging)
skipFaultLogging - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder skipFaultLogging(String skipFaultLogging)
skipFaultLogging - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder password(String password)
password - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder username(String username)
username - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder bindingId(String bindingId)
bindingId - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder portName(String portName)
portName - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder publishedEndpointUrl(String publishedEndpointUrl)
publishedEndpointUrl - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder serviceClass(Class<Object> serviceClass)
serviceClass - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder serviceClass(String serviceClass)
serviceClass - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder serviceName(String serviceName)
serviceName - the value to setdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wsdlURL(String wsdlURL)
wsdlURL - the value to setApache Camel