public class SwaggerProducerOperation extends Object
| Constructor and Description |
|---|
SwaggerProducerOperation() |
public String getName()
public void setName(String name)
public Class<?> getProducerClass()
public void setProducerClass(Class<?> producerClass)
public Object getProducerInstance()
public void setProducerInstance(Object producerInstance)
public Method getProducerMethod()
public void setProducerMethod(Method producerMethod)
public Method getSwaggerMethod()
public void setSwaggerMethod(Method swaggerMethod)
public ProducerArgumentsMapper getArgumentsMapper()
public void setArgumentsMapper(ProducerArgumentsMapper argumentsMapper)
public ProducerResponseMapper getResponseMapper()
public void setResponseMapper(ProducerResponseMapper responseMapper)
public void invoke(SwaggerInvocation invocation, AsyncResponse asyncResp)
public void completableFutureInvoke(SwaggerInvocation invocation, AsyncResponse asyncResp)
public void doCompletableFutureInvoke(SwaggerInvocation invocation, AsyncResponse asyncResp)
public void syncInvoke(SwaggerInvocation invocation, AsyncResponse asyncResp)
public Response doInvoke(SwaggerInvocation invocation)
protected Response processException(SwaggerInvocation invocation, Throwable e)
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.