Class ComponentVerifierExtension
- java.lang.Object
-
- org.apache.camel.api.management.mbean.ComponentVerifierExtension
-
public final class ComponentVerifierExtension extends Object
Defines the interface used for validating component/endpoint parameters. The central method of this interface isManagedComponentMBean.verify(String, Map)
which takes a scope and a set of parameters which should be verified. The return value is aComponentVerifierExtension.Result
of the verification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ComponentVerifierExtension.Result
The result of a verificationstatic class
ComponentVerifierExtension.Scope
The scope defines how the parameters should be verified.static interface
ComponentVerifierExtension.VerificationError
This interface represents a detailed error in case when the verification fails.
-
Constructor Summary
Constructors Constructor Description ComponentVerifierExtension()
-
-
-
Constructor Detail
-
ComponentVerifierExtension
public ComponentVerifierExtension()
-
-