Package com.connecterra.alepc.client

Remote procedure call (RPC) clients for accessing the Application Level Events (ALE) EPC Programming API provided by a remote deployment of the RFTagAware Edge Server.

See:
          Description

Class Summary
AxisALEPCClient A concrete implementation of the ALEPC interface that accesses a remote RFTagAware Edge server using the SOAP protocol.
 

Package com.connecterra.alepc.client Description

Remote procedure call (RPC) clients for accessing the Application Level Events (ALE) EPC Programming API provided by a remote deployment of the RFTagAware Edge Server.

Each public class in this package provides a client stub that implements the ALEPC interface, accessing a remote RFTagAware Edge Server using a particular remote procedure call protocol. Each such class also provides an additional method (getALEPCFactory) for obtaining an instance of ALEPCFactory. The factory returned by a particular ALEPC client stub should always be the one used when constructing objects to be passed to methods provided by that client stub.