Class ServiceCallConfiguration

    • Constructor Detail

      • ServiceCallConfiguration

        public ServiceCallConfiguration()
    • Method Detail

      • setProperties

        public void setProperties​(List<PropertyDefinition> properties)
        Set client properties to use.

        These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.

      • property

        public ServiceCallConfiguration property​(String key,
                                                 String value)
        Adds a custom property to use.

        These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.

      • getConfiguredOptions

        protected Map<String,​Object> getConfiguredOptions​(org.apache.camel.CamelContext context,
                                                                Object target)
      • postProcessFactoryParameters

        protected void postProcessFactoryParameters​(org.apache.camel.CamelContext camelContext,
                                                    Map<String,​Object> parameters)
                                             throws Exception
        Throws:
        Exception