Openwings API Documentation (v1.1)

Package net.openwings.connector

This package contains the Openwings Connector Services API.

See:
          Description

Interface Summary
ConnectorClassArchiver This interface describes a tool that is used to archive a compiled connector.
ConnectorLoader This interface describes a utility that loads asynchronous and synchronous connectors.
ConnectorSourceCompiler This interface describes a tool that is used to compile the source of a generated connector
ConnectorSourceGenerator This interface describes a tool that is used to generate source files for the connector that can be used for a given interface.
ProtocolAttributes An object is a ProtocolAttributes object if it contains unique information about the configuration of a connector.
ReceiverProxy This class contains the methods that are to be implemented by a service's receiver proxy.
SenderProxy This class contains the methods that are to be implemented by a service's sender proxy.
 

Class Summary
Connector This class holds the ReceiverProxy and SenderProxy that make up an Openwings connector.
ConnectorLoaderFactory This class provides a way to obtain an implementation of ConnectorLoader.
 

Exception Summary
ConnectorCompilerExceptions This class is used to collect various exceptions raised by a ConnectorGenerator.
ConnectorGeneratorExceptions This exception is used to collect various exceptions raised while generating a connector.
 

Package net.openwings.connector Description

This package contains the Openwings Connector Services API. These interfaces are described in the Openwings Connector Services Specification, located at http://www.openwings.org/download/specs/Openwings_Connector_Services.pdf.


Openwings API Documentation (v1.1)