Uses of Interface
fr.dyade.aaa.common.soap.SoapObjectItf

Packages that use SoapObjectItf
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.admin The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. 
org.objectweb.joram.client.jms.ha.local   
org.objectweb.joram.client.jms.ha.tcp   
org.objectweb.joram.client.jms.local   
org.objectweb.joram.client.jms.soap The org.objectweb.joram.client.jms.soap package holds the ConnectionFactory and Connection classes specialized for supporting the SOAP protocol as client - server communication protocol. 
org.objectweb.joram.client.jms.tcp The org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. 
 

Uses of SoapObjectItf in org.objectweb.joram.client.jms
 

Classes in org.objectweb.joram.client.jms that implement SoapObjectItf
 class ConnectionFactory
           
 class Destination
          Implements the javax.jms.Destination interface and provides JORAM specific administration and monitoring methods.
 class Queue
          Implements the javax.jms.Queue interface and provides Joram specific administration and monitoring methods.
 class QueueConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.
 class TemporaryQueue
          Implements the javax.jms.TemporaryQueue interface.
 class TemporaryTopic
          Implements the javax.jms.TemporaryTopic interface.
 class Topic
          Implements the javax.jms.Topic interface and provides Joram specific administration and monitoring methods.
 class TopicConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.
 class XAConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.
 class XAQueueConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.
 class XATopicConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by ConnectionFactory.
 

Uses of SoapObjectItf in org.objectweb.joram.client.jms.admin
 

Classes in org.objectweb.joram.client.jms.admin that implement SoapObjectItf
 class AbstractConnectionFactory
          Implements the javax.jms.ConnectionFactory interface.
 class AdministeredObject
          The AdministeredObject class is the parent class of all JORAM administered objects.
 class ClusterConnectionFactory
          A base class for clustered connection factories.
 class ClusterDestination
          A base class for clustered destinations.
 class ClusterQueue
          this is a sample.
 class ClusterTopic
          this is a sample.
 class DeadMQueue
          Deprecated. Since Joram 5.2.2 the DeadMQueue is a simply a Queue.
 class User
          The User class is a utility class needed for administering JORAM users.
 

Uses of SoapObjectItf in org.objectweb.joram.client.jms.ha.local
 

Classes in org.objectweb.joram.client.jms.ha.local that implement SoapObjectItf
 class HALocalConnectionFactory
           
 class QueueHALocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HALocalConnectionFactory.
 class TopicHALocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HALocalConnectionFactory.
 class XAHALocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HALocalConnectionFactory.
 class XAQueueHALocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HALocalConnectionFactory.
 class XATopicHALocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HALocalConnectionFactory.
 

Uses of SoapObjectItf in org.objectweb.joram.client.jms.ha.tcp
 

Classes in org.objectweb.joram.client.jms.ha.tcp that implement SoapObjectItf
 class HATcpConnectionFactory
          An XATcpConnectionFactory instance is a factory of tcp connections dedicated to HA communication.
 class QueueHATcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HATcpConnectionFactory.
 class TopicHATcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HATcpConnectionFactory.
 class XAHATcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HATcpConnectionFactory.
 class XAQueueHATcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HATcpConnectionFactory.
 class XATopicHATcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by HATcpConnectionFactory.
 

Uses of SoapObjectItf in org.objectweb.joram.client.jms.local
 

Classes in org.objectweb.joram.client.jms.local that implement SoapObjectItf
 class LocalConnectionFactory
          A LocalConnectionFactory instance is a factory of local connections.
 class QueueLocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by LocalConnectionFactory.
 class TopicLocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by LocalConnectionFactory.
 class XALocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by LocalConnectionFactory.
 class XAQueueLocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by LocalConnectionFactory.
 class XATopicLocalConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by LocalConnectionFactory.
 

Uses of SoapObjectItf in org.objectweb.joram.client.jms.soap
 

Classes in org.objectweb.joram.client.jms.soap that implement SoapObjectItf
 class QueueSoapConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by SoapConnectionFactory.
 class SoapConnectionFactory
          A SoapConnectionFactory instance is a factory of SOAP connections.
 class TopicSoapConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by SoapConnectionFactory.
 

Uses of SoapObjectItf in org.objectweb.joram.client.jms.tcp
 

Classes in org.objectweb.joram.client.jms.tcp that implement SoapObjectItf
 class QueueTcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by TcpConnectionFactory.
 class TcpConnectionFactory
          A TcpConnectionFactory instance is a factory of TCP connections.
 class TopicTcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by TcpConnectionFactory.
 class XAQueueTcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by TcpConnectionFactory.
 class XATcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by TcpConnectionFactory.
 class XATopicTcpConnectionFactory
          Deprecated. Replaced next to Joram 5.2.1 by TcpConnectionFactory.
 



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