Uses of Class
org.apache.camel.model.ClaimCheckOperation
-
Packages that use ClaimCheckOperation Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ClaimCheckOperation in org.apache.camel.model
Methods in org.apache.camel.model that return ClaimCheckOperation Modifier and Type Method Description static ClaimCheckOperation
ClaimCheckOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClaimCheckOperation[]
ClaimCheckOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.model with parameters of type ClaimCheckOperation Modifier and Type Method Description Type
ProcessorDefinition. claimCheck(ClaimCheckOperation operation)
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.Type
ProcessorDefinition. claimCheck(ClaimCheckOperation operation, String key)
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.Type
ProcessorDefinition. claimCheck(ClaimCheckOperation operation, String key, String filter)
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.ClaimCheckDefinition
ClaimCheckDefinition. operation(ClaimCheckOperation operation)
The claim check operation to use.
-