Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package eu.genesys.kernel

Interface Summary
Connector GeneSyS Connector interface.

Connector is an integral part of the GeneSyS component responsible for providing transport, XML parsing/building and GeneSyS message handling services.
Connector incorporates functionality which is common for each GeneSyS component.

Should be used in conjunction with SimpleComponent.
MessageService This interface represents GeneSyS connector layer III.
ServiceFactory An interface allows its implementors to obtain services of the I (transport) and II (parsing) layers of the GeneSyS Connector.
ServiceManager An implementing class should manage (combine) together the transport layer ( layer I of the GeneSyS connector), xml parsing/build layer (layer II ) and layer III.
SimpleComponent GeneSyS Simple Component interface.

Simple component is an integral part of the GeneSyS component responsible for providing component specific functionality (e.g.
TransportService An interface represents the GeneSyS connector transport layer ( layer I ).
 

Class Summary
AbstractMessageService Provides the basic message service and connector functionality.
AbstractSimpleComponent Abstract Simple Component.
AgentInformation AgentInformation class.
ComponentEnvironmentUtil Helps to access a component environment properties.
ComponentId This class defines component identifier.

Each GeneSyS component must have a unique identifier that is called component id.
ConnectorFactory This is a factory to get the GeneSyS connectors for the Core, Producer and Consumer.
RegistrationStatus Registration Status.
ServiceFactoryImpl The class allows to obtain services of the I (transport) and II (parsing) layers of the GeneSyS Connector.
ServiceManagerImpl Manages (combines) together the transport layer ( layer I of the GeneSyS connector), xml parsing/build layer (layer II ) and layer III.
SoapServerUtil  
SoapService Class description goes here (what the class should do).
SoapTransportService This class is TransportService interface implementation and represents GeneSyS transport layer ( layer I ).
It uses SOAP as a transport.
Status Status class.
SubscriptionInformation Defines subscription information.
Toolkit Class for constructing an appropriate factories.
Usage example:
 

Exception Summary
ComponentIdFormatException This exception is thrown when Component Id is in a wrong format.
ConnectorRunException Thrown when an unexpected error occured during connector's run.
GenesysException GeneSyS Exception.
MessageSendException Class description goes here (what the class should do).
NestedException Class description goes here (what the class should do).
TransportInitException This exception get thrown in case of any errors on the GeneSyS transport layer initialization.