org.iids.aos.systemservices.communicator
Interface Communicator

All Known Implementing Classes:
AsCommunicator, XmlRpcCommunicator, XmlRpcLSCommunicator

public interface Communicator

User: David Mobach Date: 16-sep-2003 Time: 14:32:30


Method Summary
 SystemService bind(java.lang.Class serviceClass, Address address)
           
 Address getAddress()
           
 Marshaller getMarshaller()
           
 void publish(InterfaceMethod method)
           
 void shutdown()
           
 

Method Detail

bind

SystemService bind(java.lang.Class serviceClass,
                   Address address)
                   throws CommunicatorException
Throws:
CommunicatorException

shutdown

void shutdown()

getMarshaller

Marshaller getMarshaller()

publish

void publish(InterfaceMethod method)
             throws CommunicatorException
Throws:
CommunicatorException

getAddress

Address getAddress()


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.