org.apache.axis2.corba.receivers
Class CorbaInvoker
java.lang.Object
org.apache.axis2.corba.receivers.CorbaInvoker
- All Implemented Interfaces:
- Invoker
public class CorbaInvoker
- extends Object
- implements Invoker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaInvoker
protected CorbaInvoker(Operation operation,
Interface intf,
Object object)
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.