Package de.sagd.u4etx.cis

Interface Summary
IServiceMessage This interface defines the methods all message encapsulating classes must implement.
IServiceResponse This interface defines the methods all response encapsulating classes must implement.
 

Class Summary
AbstractServiceMessage This class encapsulates the message of an any service request.
AbstractServiceResponse This class encapsulates the response of an any service request.
CmdServiceMessage This class encapsulates a cmd service message.
CmdServiceResponse This class encapsulates the response of an CmdService request.
InfoServiceMessage This class encapsulates a info service message.
InfoServiceResponse This class encapsulates the response of an InfoService request.
ServiceRequest This is the class you can use to create and send service requests to the entirex broker.
 

Exception Summary
ServiceMessageException  
ServiceResponseException