fr.dyade.aaa.jndi2.soap
Class SoapObjectHelper

java.lang.Object
  extended byfr.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.

See Also:
SoapObjectItf

Constructor Summary
SoapObjectHelper()
           
 
Method Summary
static java.util.Hashtable soapCode(java.lang.Object obj)
          Codes an given object into a Hashtable transportable by the SOAP protocol.
static java.lang.Object soapDecode(java.util.Hashtable codedObject)
          Decodes a given Hashtable into an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapObjectHelper

public SoapObjectHelper()
Method Detail

soapCode

public static java.util.Hashtable soapCode(java.lang.Object obj)
                                    throws javax.naming.NamingException
Codes an given object into a Hashtable transportable by the SOAP protocol.

Throws:
javax.naming.NamingException - If the object could not be coded.

soapDecode

public static java.lang.Object soapDecode(java.util.Hashtable codedObject)
                                   throws javax.naming.NamingException
Decodes a given Hashtable into an object.

Throws:
javax.naming.NamingException - If the Hashtable could not be decoded.


Copyright ? 2004 Scalagent - All rights reserved