Openwings API Documentation (v1.1)

net.openwings.connector.asynchronous
Interface PublisherProxy

All Superinterfaces:
SenderProxy, java.io.Serializable

public interface PublisherProxy
extends SenderProxy, java.io.Serializable

This interface contains the methods that are to be implemented by a service's publisher proxy. These methods provide a standard interface for initializing, connecting, disconnecting and communicating through an arbitrary transport protocol to one or more SubscriberProxy objects. This interface also provides a standardization that can be used by generators for specific protocols.


Methods inherited from interface net.openwings.connector.SenderProxy
connect, disconnect
 


Openwings API Documentation (v1.1)