Package org.as2lib.io.conn.core.server

Interface Summary
Server Server acts as a composite for many services that are all combined in one domain
ServerRegistry ServerRegistry keeps track of running servers
ServerServiceProxy ServerServiceProxy handles client requests to a certain service and its responses
Class Summary
AbstractServerServiceProxy AbstractServerServiceProxy offers default implementations of some methods needed when implementing the ServerServiceProxy interface
ReservedHostException ReservedHostException is thrown if a server tries to run itself on a host that is already in use
ReservedServiceException ReservedServiceException is thrown if a service with a specific name on a specific server is already in use

Class Inheritance Diagram

Interface Inheritance Diagram