org.apache.tuscany.sca.binding.corba.impl
Class CorbaInvoker

java.lang.Object
  extended by org.apache.tuscany.sca.binding.corba.impl.CorbaInvoker
All Implemented Interfaces:
Invoker

public class CorbaInvoker
extends java.lang.Object
implements Invoker


Constructor Summary
CorbaInvoker(RuntimeComponentReference reference, org.omg.CORBA.Object remoteObject, java.lang.Class<?> referenceClass, java.util.Map<java.lang.reflect.Method,java.lang.String> operationsMap)
           
 
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

CorbaInvoker

public CorbaInvoker(RuntimeComponentReference reference,
                    org.omg.CORBA.Object remoteObject,
                    java.lang.Class<?> referenceClass,
                    java.util.Map<java.lang.reflect.Method,java.lang.String> operationsMap)
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
See Also:
Invoker.invoke(org.apache.tuscany.sca.invocation.Message)