electric.wsdl
Class Operations
java.lang.Object
electric.wsdl.Operations
- public final class Operations
- extends java.lang.Object
Operations
- Author:
- webMethods
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Operations
public Operations(WSDL wsdl)
- Parameters:
wsdl
-
getWSDL
public WSDL getWSDL()
addOperations
public void addOperations(IOperation[] operations)
- Parameters:
operations
-
getOperation
public IOperation getOperation(java.lang.reflect.Method method)
throws java.lang.NoSuchMethodException
- Parameters:
method
-
- Throws:
java.lang.NoSuchMethodException
getOperation
public IOperation getOperation(java.lang.String methodName,
java.lang.Class[] argClasses)
throws java.lang.NoSuchMethodException
- Parameters:
methodName
- argClasses
-
- Throws:
java.lang.NoSuchMethodException
getOperation
public IOperation getOperation(java.lang.String methodName,
java.lang.Class[] inArgClasses,
boolean isAsync)
throws java.lang.NoSuchMethodException
- Parameters:
methodName
- inArgClasses
- isAsync
-
- Throws:
java.lang.NoSuchMethodException
getOperation
public IOperation getOperation(java.lang.String methodName,
int argCount)
throws java.lang.NoSuchMethodException
- Parameters:
methodName
- argCount
-
- Throws:
java.lang.NoSuchMethodException
getOperation
public IOperation getOperation(java.lang.String methodName,
int inArgCount,
boolean isAsync)
throws java.lang.NoSuchMethodException
- Parameters:
methodName
- inArgCount
- isAsync
-
- Throws:
java.lang.NoSuchMethodException
getOperations
public IOperation[] getOperations(java.lang.String methodName)
throws java.lang.NoSuchMethodException
- Parameters:
methodName
-
- Throws:
java.lang.NoSuchMethodException
copyright© 2001-2004 by webMethods All Rights Reserved.