electric.soap.wsdl.personality.tme
Class TMESOAPPersonality

java.lang.Object
  extended byelectric.soap.wsdl.personality.tme.TMESOAPPersonality
All Implemented Interfaces:
ISOAPAction, ISOAPPersonality

public class TMESOAPPersonality
extends java.lang.Object
implements ISOAPPersonality

TMESOAPPersonality

Author:
webMethods

Constructor Summary
TMESOAPPersonality()
           
 
Method Summary
 java.lang.String getOperationNamespace(SOAPOperation operation)
          Return the SOAP operation namespace associated with the specified operation.
 java.lang.String getSOAPAction(SOAPOperation operation)
          Return the SOAP action associated with the specified operation.
 java.lang.String getSOAPResultName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TMESOAPPersonality

public TMESOAPPersonality()
Method Detail

getSOAPAction

public java.lang.String getSOAPAction(SOAPOperation operation)
Description copied from interface: ISOAPPersonality
Return the SOAP action associated with the specified operation.

Specified by:
getSOAPAction in interface ISOAPPersonality
Parameters:
operation -

getSOAPResultName

public java.lang.String getSOAPResultName(java.lang.String name)
Specified by:
getSOAPResultName in interface ISOAPPersonality
Parameters:
name -
Returns:
the soap result name.

getOperationNamespace

public java.lang.String getOperationNamespace(SOAPOperation operation)
Description copied from interface: ISOAPPersonality
Return the SOAP operation namespace associated with the specified operation.

Specified by:
getOperationNamespace in interface ISOAPPersonality
Parameters:
operation -


copyright© 2001-2004 by webMethods All Rights Reserved.