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