electric.util.reflect
Interface IOperation

All Known Implementing Classes:
SOAPOperation

public interface IOperation

IOperation

Author:
webMethods

Method Summary
 java.lang.Class[] getArgClasses()
           
 java.lang.Class[] getInArgClasses()
           
 int getInArgCount()
           
 java.lang.String getMethodName()
           
 boolean isAsync()
           
 

Method Detail

getMethodName

public java.lang.String getMethodName()

getArgClasses

public java.lang.Class[] getArgClasses()
                                throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

getInArgClasses

public java.lang.Class[] getInArgClasses()
                                  throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

getInArgCount

public int getInArgCount()

isAsync

public boolean isAsync()


copyright© 2001-2004 by webMethods All Rights Reserved.