Interface
caplin.services

MessageService

Provides access to publish/subscriber asynchronous messaging services.

Constructor Summary

Attributes Name and Description
caplin.services.MessageService()

Method Summary

Attributes Name and Description
string createSubscriber(String sPropertyName)

Retrieves the named property.

Constructor Detail

caplin.services.MessageService()

Method Detail

string createSubscriber(String sPropertyName)

Retrieves the named property.

Parameters
String sPropertyName The name of the property.
Returns
{string} The property value.