electric.soap
Interface ISOAPAction

All Known Subinterfaces:
ISOAPPersonality
All Known Implementing Classes:
NETSOAPPersonality, TMESOAPPersonality

public interface ISOAPAction

ISOAPAction must be implemented by objects that wish to return the SOAP action associated with a particular SOAP operation.

This interface has been deprecated, please use ISOAPPersonality instead.

Author:
webMethods
See Also:
ISOAPPersonality

Method Summary
 java.lang.String getSOAPAction(SOAPOperation operation)
          Deprecated. Return the SOAP action associated with the specified operation.
 

Method Detail

getSOAPAction

public java.lang.String getSOAPAction(SOAPOperation operation)
Deprecated. 
Return the SOAP action associated with the specified operation.

Parameters:
operation - The SOAP operation.


copyright© 2001-2004 by webMethods All Rights Reserved.