fr.dyade.aaa.jndi2.soap
Interface SoapObjectItf

All Known Implementing Classes:
AdministeredObject

public interface SoapObjectItf

The SoapObjectItf interface must be implemented by any object which may be registered and/or retrieved to/from JNDI through the SOAP protocol.


Method Summary
 java.util.Hashtable code()
          Method coding the SoapObjectItf object into a Hashtable transportable by the SOAP procotol.
 java.lang.Object decode(java.util.Hashtable h)
          Initializes a SoapObjectItf object given a coded Hashtable.
 

Method Detail

code

public java.util.Hashtable code()
Method coding the SoapObjectItf object into a Hashtable transportable by the SOAP procotol.


decode

public java.lang.Object decode(java.util.Hashtable h)
Initializes a SoapObjectItf object given a coded Hashtable.



Copyright ? 2004 Scalagent - All rights reserved