| 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) |
org.mule.runtime.core.api.event.CoreEvent.Builder |
Router.validateRequest(org.mule.runtime.core.api.event.CoreEvent event,
org.mule.runtime.core.api.event.CoreEvent.Builder eventBuilder,
ValidationConfig config,
org.mule.raml.interfaces.model.IResource resource,
org.mule.extension.http.api.HttpRequestAttributes attributes,
ResolvedVariables resolvedVariables) |
| 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.raml.interfaces.model.IResource resource,
org.mule.extension.http.api.HttpRequestAttributes attributes,
ResolvedVariables resolvedVariables,
Object payload) |
static ValidRequest |
RequestValidator.validate(ValidationConfig config,
org.mule.raml.interfaces.model.IResource 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.raml.interfaces.model.IResource resource,
org.mule.extension.http.api.HttpRequestAttributes attributes,
ResolvedVariables resolvedVariables,
Object payload,
String charset) |
static ValidRequest |
RequestValidator.validate(ValidationConfig config,
org.mule.raml.interfaces.model.IResource 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 |
|---|---|
static org.mule.extension.http.api.HttpRequestAttributes |
AttributesValidator.validateAndAddDefaults(org.mule.extension.http.api.HttpRequestAttributes attributes,
org.mule.raml.interfaces.model.IResource resource,
ResolvedVariables resolvedVariables,
ValidationConfig config) |
Copyright © 2019. All rights reserved.