|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.jndi2.soap.SoapObjectHelper
The SoapObjectHelper
class provides static methods for
coding and decoding objects for the SOAP protocol.
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 |
public SoapObjectHelper()
Method Detail |
public static java.util.Hashtable soapCode(java.lang.Object obj) throws javax.naming.NamingException
javax.naming.NamingException
- If the object could not be coded.public static java.lang.Object soapDecode(java.util.Hashtable codedObject) throws javax.naming.NamingException
javax.naming.NamingException
- If the Hashtable could not be decoded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |