@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, getObjectManager
public InvokeMethodService()
@POST public MethodInvocationResponse performMethodInvocation(MethodInvocationRequest methodInvocationRequest) throws Throwable
Throwable
@GET @Path(value="{delayedResponseId}") public MethodInvocationResponse getDelayedMethodInvocationResponse(@PathParam(value="delayedResponseId") Uid delayedResponseId) throws Throwable
Throwable
Copyright © 2013–2019. All rights reserved.