Openwings API Documentation (v1.1)

Package net.openwings.connector.synchronous

This package contains the synchronous portion of the Openwings Connector Services API.

See:
          Description

Interface Summary
ConnectionListener This interface describes a callback for when a UserProxy connects or disconnects to or from a ProviderProxy.
ProviderProxy This class contains the methods that are to be implemented by a service's provider proxy.
UserProxy This interface contains the methods that are to be implemented by a s service's user proxy.
 

Class Summary
SynchronousConnector This class contains the proxies for a synchronous connector.
 

Package net.openwings.connector.synchronous Description

This package contains the synchronous portion of 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)