Packageflex.messaging.services.messaging.adapters
Classpublic class ActionScriptAdapter
InheritanceActionScriptAdapter Inheritance MessagingAdapter

An ActionScript object based adapter for the MessageService that supports simple publish/subscribe messaging between ActionScript based clients.



Public Methods
 MethodDefined By
  
Constructs a default ActionScriptAdapter.
ActionScriptAdapter
 Inherited
boolean allowSend(Subtopic subtopic)
Implements flex.messaging.security.MessagingSecurity.
 Inherited
boolean allowSubscribe(Subtopic subtopic)
Implements flex.messaging.security.MessagingSecurity.
 Inherited
Gets the MessagingSecurityConstraintManager of the MessagingAdapter.
 Inherited
void initialize(String id, ConfigMap properties)
Initializes the MessagingAdapter with the properties.
  
Object invoke(Message message)
Handle a data message intended for this adapter.
ActionScriptAdapter
  
void setDestination(Destination destination)
Casts the Destination into MessageDestination and calls super.setDestination.
ActionScriptAdapter
 Inherited
Sets the MessagingSecurityConstraintManager of the MessagingAdapter.
Constructor Detail
ActionScriptAdapter()
public ActionScriptAdapter()

Constructs a default ActionScriptAdapter.

Method Detail
invoke()
public Object invoke(Message message)

Handle a data message intended for this adapter.

Parameters

message

Returns
setDestination() 
public void setDestination(Destination destination)

Casts the Destination into MessageDestination and calls super.setDestination.

Parameters

destination





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/services/messaging/adapters/ActionScriptAdapter.html