com.bea.httppubsub
Interface Transport


public interface Transport

Transport interface.


Method Summary
 boolean isValid()
           
 void send(BayeuxMessage[] messages)
          Send out subscribed messages from client, and any response from this request, including publish response, meta message response
 

Method Detail

send

public void send(BayeuxMessage[] messages)
          throws java.io.IOException
Send out subscribed messages from client, and any response from this request, including publish response, meta message response

Parameters:
messages - Messages hold by client when transport is not present to that client
Throws:
java.io.IOException - When any IO exception occurs.

isValid

public boolean isValid()

Returns:
if this transport is valid for responding to client


Copyright © 2007 BEA Systems All Rights Reserved.