All Classes and Interfaces

Class
Description
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).
Contains information for attach servers returned by the receiveAttachInfo() method for an attach server.
Abstract superclass for conversational communication and UnitofWork communication.
Exception class thrown by EntireX Java ACI/RPC classes.
This class encapsulates a single message, which will be sent to or received from another participant via the EntireX Broker.
Interface which defines the interface to EntireX Security.
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.
Represents a conversational communication with a participant.
Class used to save the state of conversations.
This abstract subclass of BrokerService represents a Broker service used by EntireX RPC.
This interface may be implemented by server classes which implement the programs of a library.
The ThreadRunner interface wraps starting a thread.
Represents a UnitofWork communication.
Class XMLException is a checked exception for all sorts of problems
occurring in the XML/SOAP runtime component.
XMLRPCServer extends com.softwareag.entirex.aci.Server.
Definition of interface for Java-API of XML RPC Server
XMLRPCService extends com.softwareag.entirex.aci.RPCService.