electric.soap.local.handlers.service
Interface IOperationLookup

All Known Implementing Classes:
RPCOperationLookup, WrappedOperationLookup

public interface IOperationLookup

IOperationLookup.

Author:
webMethods

Method Summary
 SOAPOperation getOperation(SOAPMessage message)
          Find the SOAPOperation that is associated with the SOAPMessage that has been submitted.
 

Method Detail

getOperation

public SOAPOperation getOperation(SOAPMessage message)
                           throws java.lang.NoSuchMethodException,
                                  java.rmi.RemoteException,
                                  java.io.IOException,
                                  SOAPException
Find the SOAPOperation that is associated with the SOAPMessage that has been submitted. Generally, this could be from the "call" element's qname, the SOAPAction, the qnames of all elements, or the types of the "call" element's sub-elements.

Parameters:
message -
Throws:
java.lang.NoSuchMethodException
java.rmi.RemoteException
java.io.IOException
SOAPException


copyright© 2001-2004 by webMethods All Rights Reserved.