fr.dyade.aaa.jndi2.soap

Class SoapObjectHelper


public class SoapObjectHelper
extends java.lang.Object

The SoapObjectHelper class provides static methods for coding and decoding objects for the SOAP protocol.

See Also:
SoapObjectItf

Method Summary

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.

Method Details

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