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.Exception
exception
protected ServiceInvocationResponse
invocationResponse
-
Constructor Summary
Constructors Constructor Description ServiceInvocationResult(ServiceInvocationResponse invocationResponse)
ServiceInvocationResult(java.lang.Exception exception)
-
Method Summary
Modifier and Type Method Description java.lang.Exception
getException()
ServiceInvocationResponse
getInvocationResponse()
void
setException(java.lang.Exception exception)
void
setInvocationResponse(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)
-