public abstract class ProducerInvocationFlow extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HttpServletRequestEx |
requestEx |
protected HttpServletResponseEx |
responseEx |
| Constructor and Description |
|---|
ProducerInvocationFlow(InvocationCreator invocationCreator) |
ProducerInvocationFlow(InvocationCreator invocationCreator,
HttpServletRequestEx requestEx,
HttpServletResponseEx responseEx) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected abstract Invocation |
sendCreateInvocationException(Throwable throwable) |
protected abstract void |
sendResponse(Invocation invocation,
Response response) |
protected final HttpServletRequestEx requestEx
protected final HttpServletResponseEx responseEx
public ProducerInvocationFlow(InvocationCreator invocationCreator)
public ProducerInvocationFlow(InvocationCreator invocationCreator, HttpServletRequestEx requestEx, HttpServletResponseEx responseEx)
public void run()
protected abstract Invocation sendCreateInvocationException(Throwable throwable)
protected abstract void sendResponse(Invocation invocation, Response response)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.