| Package | Description |
|---|---|
| org.apache.servicecomb.swagger.invocation |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationType |
SwaggerInvocation.invocationType |
| Modifier and Type | Method and Description |
|---|---|
InvocationType |
SwaggerInvocation.getInvocationType() |
static InvocationType |
InvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationType[] |
InvocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Response |
Response.createFail(InvocationType invocationType,
String errorMsg) |
static Response |
Response.createFail(InvocationType invocationType,
Throwable throwable) |
default void |
AsyncResponse.fail(InvocationType type,
Throwable e) |
static Response |
Response.failResp(InvocationType invocationType,
Throwable e) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.