org.apache.axis2.corba.receivers
Class CorbaInvoker

java.lang.Object
  extended by org.apache.axis2.corba.receivers.CorbaInvoker
All Implemented Interfaces:
Invoker

public class CorbaInvoker
extends Object
implements Invoker


Constructor Summary
protected CorbaInvoker(Operation operation, Interface intf, Object object)
           
 
Method Summary
 String getInterfaceName()
           
 String getOperationName()
           
 Object[] getOutParameterValuess()
           
 Member[] getParameterMembers()
           
 DataType getReturnType()
           
 Object invoke()
           
 void setParameters(Object[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaInvoker

protected CorbaInvoker(Operation operation,
                       Interface intf,
                       Object object)
Method Detail

invoke

public Object invoke()
              throws CorbaInvocationException
Specified by:
invoke in interface Invoker
Throws:
CorbaInvocationException

setParameters

public void setParameters(Object[] parameters)
Specified by:
setParameters in interface Invoker

getInterfaceName

public String getInterfaceName()
Specified by:
getInterfaceName in interface Invoker

getOperationName

public String getOperationName()
Specified by:
getOperationName in interface Invoker

getReturnType

public DataType getReturnType()
Specified by:
getReturnType in interface Invoker

getOutParameterValuess

public Object[] getOutParameterValuess()
Specified by:
getOutParameterValuess in interface Invoker

getParameterMembers

public Member[] getParameterMembers()
Specified by:
getParameterMembers in interface Invoker


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.