org.ow2.petals.registry.api.transport
Interface MessageSender

All Superinterfaces:
RemoteOperations

public interface MessageSender
extends RemoteOperations

The message sender is used to send messages to a remote registry. The implementation must define how the different operations are called on the remote registry and how the data is serialized.

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 java.lang.String getType()
          Get the type of message sender...
 java.net.URI getURI()
          Get the URI of the remote host/service to send the message to.
 void setURI(java.net.URI uri)
          Set the URI to send messages to
 
Methods inherited from interface org.ow2.petals.registry.api.RemoteOperations
delete, get, getAll, put, query
 

Method Detail

getType

java.lang.String getType()
Get the type of message sender...

Returns:

getURI

java.net.URI getURI()
Get the URI of the remote host/service to send the message to.

Returns:

setURI

void setURI(java.net.URI uri)
Set the URI to send messages to

Parameters:
uri -


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.