Class InvocationInfo
java.lang.Object
org.eclipse.lemminx.customservice.synapse.mediator.tryout.pojo.InvocationInfo
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationInfo(String serviceUrl, String method, String payload) InvocationInfo(String serviceUrl, String method, String payload, boolean needStepOver) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetNeedStepOver(boolean needStepOver) voidsetPayload(String payload) voidsetServiceUrl(String serviceUrl)
-
Constructor Details
-
InvocationInfo
-
InvocationInfo
-
-
Method Details
-
getPayload
-
setPayload
-
getServiceUrl
-
setServiceUrl
-
getMethod
-
setMethod
-
isNeedStepOver
public boolean isNeedStepOver() -
setNeedStepOver
public void setNeedStepOver(boolean needStepOver)
-