@Path(value="InvokeMethod") @Consumes(value="application/java-native+oref") @Produces(value="application/java-native+oref") public class InvokeMethodService extends AbstractService
securityContext| Constructor and Description |
|---|
InvokeMethodService() |
| Modifier and Type | Method and Description |
|---|---|
MethodInvocationResponse |
getDelayedMethodInvocationResponse(Uid delayedResponseId) |
MethodInvocationResponse |
performMethodInvocation(MethodInvocationRequest methodInvocationRequest) |
getClientId, getInverseInvoker, getObjectManagerpublic InvokeMethodService()
@POST public MethodInvocationResponse performMethodInvocation(MethodInvocationRequest methodInvocationRequest) throws Throwable
Throwable@GET
@Path(value="{delayedResponseId}")
public MethodInvocationResponse getDelayedMethodInvocationResponse(@PathParam(value="delayedResponseId")
Uid delayedResponseId)
throws Throwable
ThrowableCopyright © 2013–2017. All rights reserved.