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)
org.apache.camel.component.cxf.DataFormat type.
Default: POJO
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder dataFormat(String dataFormat)
org.apache.camel.component.cxf.DataFormat type.
Default: POJO
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrappedStyle(Boolean wrappedStyle)
java.lang.Boolean type.
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrappedStyle(String wrappedStyle)
java.lang.Boolean
type.
Group: commondefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder cookieHandler(Object cookieHandler)
org.apache.camel.http.base.cookie.CookieHandler type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder cookieHandler(String cookieHandler)
org.apache.camel.http.base.cookie.CookieHandler type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder defaultOperationName(String defaultOperationName)
java.lang.String type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder defaultOperationNamespace(String defaultOperationNamespace)
java.lang.String type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder hostnameVerifier(Object hostnameVerifier)
javax.net.ssl.HostnameVerifier type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder hostnameVerifier(String hostnameVerifier)
javax.net.ssl.HostnameVerifier type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrapped(boolean wrapped)
boolean type.
Default: false
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wrapped(String wrapped)
boolean type.
Default: false
Group: producerdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingFeatureEnabled(boolean loggingFeatureEnabled)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingFeatureEnabled(String loggingFeatureEnabled)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingSizeLimit(int loggingSizeLimit)
int type.
Default: 49152
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder loggingSizeLimit(String loggingSizeLimit)
int type.
Default: 49152
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder skipFaultLogging(boolean skipFaultLogging)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder skipFaultLogging(String skipFaultLogging)
boolean type.
Default: false
Group: loggingdefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder password(String password)
java.lang.String type.
Group: securitydefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder username(String username)
java.lang.String type.
Group: securitydefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder bindingId(String bindingId)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder portName(String portName)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder publishedEndpointUrl(String publishedEndpointUrl)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder serviceClass(Class<Object> serviceClass)
java.lang.Class<java.lang.Object>
type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder serviceClass(String serviceClass)
java.lang.Class<java.lang.Object> type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder serviceName(String serviceName)
java.lang.String type.
Group: servicedefault CxfEndpointBuilderFactory.CxfEndpointProducerBuilder wsdlURL(String wsdlURL)
java.lang.String type.
Group: serviceApache Camel