fr.dyade.aaa.common.soap
Interface SoapObjectItf

All Known Implementing Classes:
AbstractConnectionFactory, AdministeredObject, ClusterConnectionFactory, ClusterDestination, ClusterQueue, ClusterTopic, ConnectionFactory, DeadMQueue, Destination, HALocalConnectionFactory, HATcpConnectionFactory, LocalConnectionFactory, Queue, QueueConnectionFactory, QueueHALocalConnectionFactory, QueueHATcpConnectionFactory, QueueLocalConnectionFactory, QueueSoapConnectionFactory, QueueTcpConnectionFactory, SoapConnectionFactory, TcpConnectionFactory, TemporaryQueue, TemporaryTopic, Topic, TopicConnectionFactory, TopicHALocalConnectionFactory, TopicHATcpConnectionFactory, TopicLocalConnectionFactory, TopicSoapConnectionFactory, TopicTcpConnectionFactory, User, XAConnectionFactory, XAHALocalConnectionFactory, XAHATcpConnectionFactory, XALocalConnectionFactory, XAQueueConnectionFactory, XAQueueHALocalConnectionFactory, XAQueueHATcpConnectionFactory, XAQueueLocalConnectionFactory, XAQueueTcpConnectionFactory, XATcpConnectionFactory, XATopicConnectionFactory, XATopicHALocalConnectionFactory, XATopicHATcpConnectionFactory, 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
 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

code

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


decode

void decode(java.util.Hashtable h)
Initializes a SoapObjectItf object given a coded Hashtable.



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.