org.apache.tuscany.sca.binding.jsonrpc.provider
Class JSONRPCBindingInvoker

java.lang.Object
  extended by org.apache.tuscany.sca.binding.jsonrpc.provider.JSONRPCBindingInvoker
All Implemented Interfaces:
Invoker

public class JSONRPCBindingInvoker
extends java.lang.Object
implements Invoker

Invoker for the JSONRPC Binding


Constructor Summary
JSONRPCBindingInvoker(Operation operation, java.lang.String uri)
           
 
Method Summary
 Message invoke(Message msg)
          Process a synchronous wire
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONRPCBindingInvoker

public JSONRPCBindingInvoker(Operation operation,
                             java.lang.String uri)
Method Detail

invoke

public Message invoke(Message msg)
Description copied from interface: Invoker
Process a synchronous wire

Specified by:
invoke in interface Invoker
Parameters:
msg - The request Message for the wire
Returns:
The response Message from the wire