|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
void |
decode(java.util.Hashtable h)
Initializes a SoapObjectItf object given a coded Hashtable. |
Method Detail |
---|
java.util.Hashtable code()
SoapObjectItf
object into a Hashtable
transportable by the SOAP procotol.
void decode(java.util.Hashtable h)
SoapObjectItf
object given a coded Hashtable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |