Uses of Interface
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder
Packages that use CxfEndpointBuilderFactory.CxfEndpointProducerBuilder
-
Uses of CxfEndpointBuilderFactory.CxfEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CxfEndpointBuilderFactory.CxfEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the CXF component.Methods in org.apache.camel.builder.endpoint.dsl that return CxfEndpointBuilderFactory.CxfEndpointProducerBuilderModifier and TypeMethodDescriptionCxfEndpointBuilderFactory.AdvancedCxfEndpointProducerBuilder.basic()The bindingId for the service model to use.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.cookieHandler(String cookieHandler) Configure a cookie handler to maintain a HTTP session.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.cookieHandler(org.apache.camel.http.base.cookie.CookieHandler cookieHandler) Configure a cookie handler to maintain a HTTP session.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.dataFormat(String dataFormat) The data type messages supported by the CXF endpoint.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.dataFormat(org.apache.camel.component.cxf.common.DataFormat dataFormat) The data type messages supported by the CXF endpoint.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.defaultOperationName(String defaultOperationName) This option will set the default operationName that will be used by the CxfProducer which invokes the remote service.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.defaultOperationNamespace(String defaultOperationNamespace) This option will set the default operationNamespace that will be used by the CxfProducer which invokes the remote service.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.hostnameVerifier(String hostnameVerifier) The hostname verifier to be used.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.hostnameVerifier(HostnameVerifier hostnameVerifier) The hostname verifier to be used.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.loggingFeatureEnabled(boolean loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound SOAP messages to log.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.loggingFeatureEnabled(String loggingFeatureEnabled) This option enables CXF Logging Feature which writes inbound and outbound SOAP messages to log.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.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.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.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.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.serviceClass(Class<Object> serviceClass) The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.serviceClass(String serviceClass) The class name of the SEI (Service Endpoint Interface) class which could have JSR181 annotation or not.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.serviceName(String serviceName) The service name this service is implementing, it maps to the wsdl:servicename.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.skipFaultLogging(boolean skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.skipFaultLogging(String skipFaultLogging) This option controls whether the PhaseInterceptorChain skips logging the Fault that it catches.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.sslContextParameters(String sslContextParameters) The Camel SSL setting reference.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) The Camel SSL setting reference.This option is used to set the basic authentication information of username for the CXF client.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.wrapped(boolean wrapped) Which kind of operation that CXF endpoint producer will invoke.Which kind of operation that CXF endpoint producer will invoke.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.wrappedStyle(Boolean wrappedStyle) The WSDL style that describes how parameters are represented in the SOAP body.CxfEndpointBuilderFactory.CxfEndpointProducerBuilder.wrappedStyle(String wrappedStyle) The WSDL style that describes how parameters are represented in the SOAP body.The location of the WSDL.