electric.wsdl
Class Operations

java.lang.Object
  extended byelectric.wsdl.Operations

public final class Operations
extends java.lang.Object

Operations

Author:
webMethods

Constructor Summary
Operations(WSDL wsdl)
           
 
Method Summary
 void addOperations(IOperation[] operations)
           
 IOperation getOperation(java.lang.reflect.Method method)
           
 IOperation getOperation(java.lang.String methodName, java.lang.Class[] argClasses)
           
 IOperation getOperation(java.lang.String methodName, java.lang.Class[] inArgClasses, boolean isAsync)
           
 IOperation getOperation(java.lang.String methodName, int argCount)
           
 IOperation getOperation(java.lang.String methodName, int inArgCount, boolean isAsync)
           
 IOperation[] getOperations(java.lang.String methodName)
           
 WSDL getWSDL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operations

public Operations(WSDL wsdl)
Parameters:
wsdl -
Method Detail

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.