fr.dyade.aaa.jndi2.soap

Interface SoapObjectItf

Known Implementing Classes:
AdministeredObject, ClusterDestination, ClusterQueue, ConnectionFactory, DeadMQueue, Destination, LocalConnectionFactory, Queue, QueueConnectionFactory, QueueLocalConnectionFactory, QueueTcpConnectionFactory, TcpConnectionFactory, TemporaryQueue, TemporaryTopic, Topic, TopicConnectionFactory, TopicLocalConnectionFactory, TopicTcpConnectionFactory, User, XAConnectionFactory, XALocalConnectionFactory, XAQueueConnectionFactory, XAQueueLocalConnectionFactory, XAQueueTcpConnectionFactory, XATcpConnectionFactory, XATopicConnectionFactory, XATopicLocalConnectionFactory, XATopicTcpConnectionFactory

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

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

Method Details

code

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


decode

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


Copyright B) 2004 Scalagent - All rights reserved