com.inspirel.yami.beans
Class ObjectExporter

java.lang.Object
  extended by com.inspirel.yami.beans.ObjectExporter

public class ObjectExporter
extends java.lang.Object

Bean utility for binding YAMI object implementations with the agent wrapper.


Constructor Summary
ObjectExporter()
          Default constructor.
 
Method Summary
 void setAgent(AgentWrapper agentWrapper)
          Property for defining (referencing) the agent wrapper.
 void setObject(IncomingMessageCallback callback)
          Property for defining the service (object implementation).
 void setObjectName(java.lang.String name)
          Property for defining the service name, as seen by clients.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectExporter

public ObjectExporter()
Default constructor.

Method Detail

setAgent

public void setAgent(AgentWrapper agentWrapper)
Property for defining (referencing) the agent wrapper.


setObject

public void setObject(IncomingMessageCallback callback)
Property for defining the service (object implementation).


setObjectName

public void setObjectName(java.lang.String name)
Property for defining the service name, as seen by clients.