fr.dyade.aaa.jndi2.soap
Class SoapObjectHelper
java.lang.Object
fr.dyade.aaa.jndi2.soap.SoapObjectHelper
public class SoapObjectHelper
extends java.lang.Object
The SoapObjectHelper
class provides static methods for
coding and decoding objects for the SOAP protocol.
SoapObjectItf
static Hashtable | soapCode(Object obj) - Codes an given object into a Hashtable transportable by the SOAP protocol.
|
static Object | soapDecode(Hashtable codedObject) - Decodes a given Hashtable into an object.
|
soapCode
public static Hashtable soapCode(Object obj)
throws NamingException
Codes an given object into a Hashtable transportable by the SOAP protocol.
soapDecode
public static Object soapDecode(Hashtable codedObject)
throws NamingException
Decodes a given Hashtable into an object.
Copyright B) 2004 Scalagent - All rights reserved