com.metamatrix.connector.xmlsource.soap
Class ServiceOperation

java.lang.Object
  extended by com.metamatrix.connector.xmlsource.soap.ServiceOperation

public class ServiceOperation
extends java.lang.Object

Represents the operation of a service


Method Summary
 javax.xml.transform.Source execute(java.lang.Object[] args, java.util.Map outs)
          execute the Service with given arguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public javax.xml.transform.Source execute(java.lang.Object[] args,
                                          java.util.Map outs)
                                   throws com.metamatrix.connector.xmlsource.soap.ServiceOperation.ExcutionFailedException
execute the Service with given arguments

Parameters:
args - - arguments to the service
Returns:
return value; null on void return
Throws:
com.metamatrix.connector.xmlsource.soap.ServiceOperation.ExcutionFailedException


Copyright © 2009. All Rights Reserved.