Package org.apache.camel.model.cloud
Class CustomServiceCallServiceFilterConfiguration
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.model.cloud.ServiceCallConfiguration
-
- org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
-
- org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
-
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>,org.apache.camel.cloud.ServiceFilterFactory
@Metadata(label="routing,cloud,service-filter") @Configurer(extended=true) public class CustomServiceCallServiceFilterConfiguration extends ServiceCallServiceFilterConfiguration
-
-
Field Summary
-
Fields inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
properties
-
-
Constructor Summary
Constructors Constructor Description CustomServiceCallServiceFilterConfiguration()CustomServiceCallServiceFilterConfiguration(ServiceCallDefinition parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.cloud.ServiceFiltergetServiceFilter()StringgetServiceFilterRef()org.apache.camel.cloud.ServiceFilternewInstance(org.apache.camel.CamelContext camelContext)CustomServiceCallServiceFilterConfigurationserviceFilter(String serviceFilter)Reference of a ServiceFilterCustomServiceCallServiceFilterConfigurationserviceFilter(org.apache.camel.cloud.ServiceFilter serviceFilter)Set the ServiceFiltervoidsetServiceFilter(org.apache.camel.cloud.ServiceFilter serviceFilter)Set the ServiceFiltervoidsetServiceFilterRef(String serviceFilterRef)Reference of a ServiceFilter-
Methods inherited from class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
end, endParent, property
-
Methods inherited from class org.apache.camel.model.cloud.ServiceCallConfiguration
getConfiguredOptions, getProperties, getPropertiesAsMap, postProcessFactoryParameters, setProperties
-
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
-
-
-
Constructor Detail
-
CustomServiceCallServiceFilterConfiguration
public CustomServiceCallServiceFilterConfiguration()
-
CustomServiceCallServiceFilterConfiguration
public CustomServiceCallServiceFilterConfiguration(ServiceCallDefinition parent)
-
-
Method Detail
-
getServiceFilterRef
public String getServiceFilterRef()
-
setServiceFilterRef
public void setServiceFilterRef(String serviceFilterRef)
Reference of a ServiceFilter
-
getServiceFilter
public org.apache.camel.cloud.ServiceFilter getServiceFilter()
-
setServiceFilter
public void setServiceFilter(org.apache.camel.cloud.ServiceFilter serviceFilter)
Set the ServiceFilter
-
serviceFilter
public CustomServiceCallServiceFilterConfiguration serviceFilter(String serviceFilter)
Reference of a ServiceFilter
-
serviceFilter
public CustomServiceCallServiceFilterConfiguration serviceFilter(org.apache.camel.cloud.ServiceFilter serviceFilter)
Set the ServiceFilter
-
newInstance
public org.apache.camel.cloud.ServiceFilter newInstance(org.apache.camel.CamelContext camelContext) throws Exception- Specified by:
newInstancein interfaceorg.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>- Overrides:
newInstancein classServiceCallServiceFilterConfiguration- Throws:
Exception
-
-