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

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

public class CorbaSCAInvoker
extends java.lang.Object
implements Invoker


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

CorbaSCAInvoker

public CorbaSCAInvoker(org.omg.CORBA.Object remoteObject,
                       java.lang.Class<?> referenceClass,
                       java.util.Map<java.lang.reflect.Method,java.lang.String> operationsMap,
                       boolean scaBindingRules)
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)