| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.exception.TypedException |
ApikitErrorTypes.throwErrorType(MuleRestException exception,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent> |
Router.processEvent(org.mule.runtime.core.api.event.CoreEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException |
class |
InvalidFormParameterException |
class |
InvalidHeaderException |
class |
InvalidQueryParameterException |
class |
InvalidQueryStringException |
class |
InvalidUriParameterException |
class |
MethodNotAllowedException |
| Modifier and Type | Method and Description |
|---|---|
static ValidRequest |
RequestValidator.validate(ValidationConfig config,
org.mule.apikit.model.Resource resource,
org.mule.extension.http.api.HttpRequestAttributes attributes,
ResolvedVariables resolvedVariables,
Object payload,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository) |
static ValidRequest |
RequestValidator.validate(ValidationConfig config,
org.mule.apikit.model.Resource resource,
org.mule.extension.http.api.HttpRequestAttributes attributes,
ResolvedVariables resolvedVariables,
Object payload,
String charset,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotAcceptableException |
class |
NotFoundException |
class |
NotImplementedException |
class |
UnsupportedMediaTypeException |
| Modifier and Type | Method and Description |
|---|---|
ValidRequest |
RestRequestValidator.validate(ResolvedVariables uriParams,
org.mule.extension.http.api.HttpRequestAttributes attributes,
String payloadCharset,
Object body) |
static org.mule.extension.http.api.HttpRequestAttributes |
AttributesValidator.validateAndAddDefaults(org.mule.extension.http.api.HttpRequestAttributes attributes,
org.mule.apikit.model.Action action,
ResolvedVariables resolvedVariables,
ValidationConfig config) |
Copyright © 2025. All rights reserved.