org.apache.axis2.corba.receivers
Class CorbaInvoker
java.lang.Object
org.apache.axis2.corba.receivers.CorbaInvoker
- All Implemented Interfaces:
- Invoker
public class CorbaInvoker
- extends java.lang.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,
org.omg.CORBA.Object object)
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.