fr.dyade.aaa.jndi2.soap
Interface SoapObjectItf
- 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.
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.
|
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