Package | Description |
---|---|
org.apache.camel.component.extension |
Component extension
|
org.apache.camel.component.extension.verifier |
Verifier component extension
|
org.apache.camel.component.rest |
The REST Component for defining REST services, supporting
the Camel Rest DSL.
|
Modifier and Type | Method and Description |
---|---|
static ComponentVerifierExtension.Scope |
ComponentVerifierExtension.Scope.fromString(String scope)
Get an instance of this scope from a string representation
|
ComponentVerifierExtension.Scope |
ComponentVerifierExtension.Result.getScope()
Scope of the verification.
|
static ComponentVerifierExtension.Scope |
ComponentVerifierExtension.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentVerifierExtension.Scope[] |
ComponentVerifierExtension.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComponentVerifierExtension.Result |
ComponentVerifierExtension.verify(ComponentVerifierExtension.Scope scope,
Map<String,Object> parameters)
Verify the given parameters against a provided scope.
|
Modifier and Type | Method and Description |
---|---|
ComponentVerifierExtension.Scope |
DefaultResult.getScope() |
Modifier and Type | Method and Description |
---|---|
ResultBuilder |
ResultBuilder.scope(ComponentVerifierExtension.Scope scope) |
static ResultBuilder |
ResultBuilder.unsupportedScope(ComponentVerifierExtension.Scope scope) |
ComponentVerifierExtension.Result |
DefaultComponentVerifierExtension.verify(ComponentVerifierExtension.Scope scope,
Map<String,Object> parameters) |
static ResultBuilder |
ResultBuilder.withScope(ComponentVerifierExtension.Scope scope) |
static ResultBuilder |
ResultBuilder.withStatusAndScope(ComponentVerifierExtension.Result.Status status,
ComponentVerifierExtension.Scope scope) |
Constructor and Description |
---|
DefaultResult(ComponentVerifierExtension.Scope scope,
ComponentVerifierExtension.Result.Status status,
List<ComponentVerifierExtension.VerificationError> verificationErrors) |
Modifier and Type | Method and Description |
---|---|
protected void |
RestComponentVerifierExtension.verifyUnderlyingComponent(ComponentVerifierExtension.Scope scope,
ResultBuilder builder,
Map<String,Object> parameters) |
Apache Camel