All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Broker Represents a session instance of a Broker and handles the connection to EntireX Broker (TCP/IP or SSL/TLS), Broker SSL Agent, Broker HTTP(S) Agent or Direct RPC in Integration Server (TCP/IP or SSL/TLS).BrokerAttachInfo Contains information for attach servers returned by thereceiveAttachInfo()
method for an attach server.BrokerCommunication Abstract superclass for conversational communication and UnitofWork communication.BrokerException Exception class thrown by EntireX Java ACI/RPC classes.BrokerMessage This class encapsulates a single message, which will be sent to or received from another participant via the EntireX Broker.BrokerSecurity Interface which defines the interface to EntireX Security.BrokerService Represents a service that is available through the EntireX Broker and is used by both clients which want to access a service, and by servers which register the services they provide.Conversation Represents a conversational communication with a participant.ConversationState Class used to save the state of conversations.RPCService This abstract subclass of BrokerService represents a Broker service used by EntireX RPC.ServerImplementation This interface may be implemented by server classes which implement the programs of a library.ThreadRunner TheThreadRunner
interface wraps starting a thread.UnitofWork Represents a UnitofWork communication.XMLException Class XMLException is a checked exception for all sorts of problems
occurring in the XML/SOAP runtime component.XMLRPCServer XMLRPCServer extends com.softwareag.entirex.aci.Server.XMLRPCServerInterface Definition of interface for Java-API of XML RPC ServerXMLRPCService XMLRPCService extends com.softwareag.entirex.aci.RPCService.