@Deprecated public class Proxy extends AbstractRouter
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER
Deprecated.
|
static Set<String> |
MULE_REQUEST_HEADERS
Deprecated.
|
static Set<String> |
MULE_RESPONSE_HEADERS
Deprecated.
|
config, flowConstruct, logger, ramlHandler| Constructor and Description |
|---|
Proxy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
copyProperties(org.mule.api.MuleEvent event,
Set<String> skip)
Deprecated.
|
protected org.mule.api.MuleEvent |
doProcessRouterResponse(org.mule.api.MuleEvent event,
Integer successStatus)
Deprecated.
|
ProxyConfiguration |
getConfig()
Deprecated.
|
protected org.mule.construct.Flow |
getFlow(org.mule.raml.interfaces.model.IResource resource,
HttpRestRequest request,
String version)
Deprecated.
|
protected org.mule.api.MuleEvent |
handleEvent(org.mule.api.MuleEvent event,
String path)
Deprecated.
|
void |
setConfig(ProxyConfiguration config)
Deprecated.
|
protected void |
startConfiguration()
Deprecated.
|
process, processBlocking, processBlockingRequest, processNext, processNonBlocking, processRouterRequest, setFlowConstruct, startaddMessageProcessorPathElements, getListener, getMuleContext, isEventValid, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, setAnnotationspublic ProxyConfiguration getConfig()
public void setConfig(ProxyConfiguration config)
protected void startConfiguration()
throws org.mule.api.lifecycle.StartException
startConfiguration in class AbstractRouterorg.mule.api.lifecycle.StartExceptionprotected org.mule.api.MuleEvent handleEvent(org.mule.api.MuleEvent event,
String path)
throws org.mule.api.MuleException
handleEvent in class AbstractRouterorg.mule.api.MuleExceptionprotected org.mule.construct.Flow getFlow(org.mule.raml.interfaces.model.IResource resource,
HttpRestRequest request,
String version)
getFlow in class AbstractRouterprotected org.mule.api.MuleEvent doProcessRouterResponse(org.mule.api.MuleEvent event,
Integer successStatus)
doProcessRouterResponse in class AbstractRouterCopyright © 2021. All rights reserved.