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 java.lang.Object
implements Invoker


Constructor Summary
protected CorbaInvoker(Operation operation, Interface intf, org.omg.CORBA.Object object)
           
 
Method Summary
 java.lang.String getInterfaceName()
           
 java.lang.String getOperationName()
           
 java.lang.Object[] getOutParameterValuess()
           
 Member[] getParameterMembers()
           
 DataType getReturnType()
           
 java.lang.Object invoke()
           
 void setParameters(java.lang.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,
                       org.omg.CORBA.Object object)
Method Detail

invoke

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

setParameters

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

getInterfaceName

public java.lang.String getInterfaceName()
Specified by:
getInterfaceName in interface Invoker

getOperationName

public java.lang.String getOperationName()
Specified by:
getOperationName in interface Invoker

getReturnType

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

getOutParameterValuess

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

getParameterMembers

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


Copyright © 2007 Apache Web Services Project. All Rights Reserved.