| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static CxfEndpointBuilderFactory.CxfEndpointBuilder |
StaticEndpointBuilders.cxf(String path)
CXF (camel-cxf)
Expose SOAP WebServices using Apache CXF or connect to external
WebServices using CXF WS client.
|
static CxfEndpointBuilderFactory.CxfEndpointBuilder |
StaticEndpointBuilders.cxf(String componentName,
String path)
CXF (camel-cxf)
Expose SOAP WebServices using Apache CXF or connect to external
WebServices using CXF WS client.
|
| Modifier and Type | Method and Description |
|---|---|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.AdvancedCxfEndpointBuilder.basic() |
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.bindingId(String bindingId)
The bindingId for the service model to use.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfBuilders.cxf(String path)
CXF (camel-cxf)
Expose SOAP WebServices using Apache CXF or connect to external
WebServices using CXF WS client.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfBuilders.cxf(String componentName,
String path)
CXF (camel-cxf)
Expose SOAP WebServices using Apache CXF or connect to external
WebServices using CXF WS client.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.dataFormat(CxfEndpointBuilderFactory.DataFormat dataFormat)
The data type messages supported by the CXF endpoint.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.dataFormat(String dataFormat)
The data type messages supported by the CXF endpoint.
|
static CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.loggingFeatureEnabled(String loggingFeatureEnabled)
This option enables CXF Logging Feature which writes inbound and
outbound SOAP messages to log.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.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.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.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.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.password(String password)
This option is used to set the basic authentication information of
password for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.portName(String portName)
The endpoint name this service is implementing, it maps to the
wsdl:portname.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.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.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.serviceClass(Class<Object> serviceClass)
The class name of the SEI (Service Endpoint Interface) class which
could have JSR181 annotation or not.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.serviceClass(String serviceClass)
The class name of the SEI (Service Endpoint Interface) class which
could have JSR181 annotation or not.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.serviceName(String serviceName)
The service name this service is implementing, it maps to the
wsdl:servicename.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.skipFaultLogging(boolean skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.skipFaultLogging(String skipFaultLogging)
This option controls whether the PhaseInterceptorChain skips logging
the Fault that it catches.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.username(String username)
This option is used to set the basic authentication information of
username for the CXF client.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.wrappedStyle(Boolean wrappedStyle)
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.wrappedStyle(String wrappedStyle)
The WSDL style that describes how parameters are represented in the
SOAP body.
|
default CxfEndpointBuilderFactory.CxfEndpointBuilder |
CxfEndpointBuilderFactory.CxfEndpointBuilder.wsdlURL(String wsdlURL)
The location of the WSDL.
|
Apache Camel