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