electric.soap.wsdl.personality.dotnet
Class NETSOAPPersonality

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

public class NETSOAPPersonality
extends java.lang.Object
implements ISOAPPersonality

NETSOAPPersonality

Author:
webMethods

Constructor Summary
NETSOAPPersonality()
           
 
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

NETSOAPPersonality

public NETSOAPPersonality()
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.