Class ServiceInvocationResult
java.lang.Object
com.flowable.serviceregistry.api.interceptor.ServiceInvocationResult
public class ServiceInvocationResult
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Exceptionexceptionprotected ServiceInvocationResponseinvocationResponse -
Constructor Summary
Constructors Constructor Description ServiceInvocationResult(ServiceInvocationResponse invocationResponse)ServiceInvocationResult(java.lang.Exception exception) -
Method Summary
Modifier and Type Method Description java.lang.ExceptiongetException()ServiceInvocationResponsegetInvocationResponse()voidsetException(java.lang.Exception exception)voidsetInvocationResponse(ServiceInvocationResponse invocationResponse)
-
Field Details
-
invocationResponse
-
exception
protected java.lang.Exception exception
-
-
Constructor Details
-
ServiceInvocationResult
-
ServiceInvocationResult
public ServiceInvocationResult(java.lang.Exception exception)
-
-
Method Details
-
getInvocationResponse
-
setInvocationResponse
-
getException
public java.lang.Exception getException() -
setException
public void setException(java.lang.Exception exception)
-