flex.messaging.services
Class AuthenticationService
java.lang.Object
flex.management.ManageableComponent
flex.messaging.services.AbstractService
flex.messaging.services.AuthenticationService
All Implemented Interfaces: Manageable , FlexComponent , FlexConfigurable , Service
public class AuthenticationService extends AbstractService
Methods inherited from class flex.messaging.services.AbstractService
addDefaultChannel , addDestination , createDestination , getDefaultAdapter , getDefaultChannels , getDestination , getDestination , getDestinations , getMessageBroker , getRegisteredAdapters , registerAdapter , removeDefaultChannel , removeDestination , setDefaultAdapter , setDefaultChannels , setMessageBroker , start , stop , unregisterAdapter
Methods inherited from interface flex.messaging.services.Service
getId
AuthenticationService
public AuthenticationService ()
AuthenticationService
public AuthenticationService (boolean enableManagement)
setId
public void setId (String id)
Description copied from class: AbstractService
Sets the id of the AbstractService. If the AbstractService
has a MessageBroker assigned, it also updates the id in the
MessageBroker.
Specified by: setId in interface Service Overrides: setId in class AbstractService
Parameters: id - The id of the ManageableComponent.
describeService
public ConfigMap describeService (Endpoint endpoint)
Description copied from class: AbstractService
Returns a ConfigMap service properties that the client needs.
By default, it returns null. Subclasses can override to return properties
relevant to their implementation.
Specified by: describeService in interface Service Overrides: describeService in class AbstractService
Parameters: endpoint - Endpoint used to filter the destinations of the service.
Returns: ConfigMap of service properties.
serviceMessage
public Object serviceMessage (Message message)
Description copied from class: AbstractService
Processes messages by invoking the requested destination's adapter.
Subclasses should provide their implementation.
Specified by: serviceMessage in interface Service Specified by: serviceMessage in class AbstractService
Parameters: message - The message sent by the MessageBroker.
Returns: The result of the service.
serviceCommand
public Object serviceCommand (CommandMessage msg)
Description copied from interface: Service
Handles a command routed to the service by the MessageBroker.
Usually these are commands sent by one of the endpoints.
Specified by: serviceCommand in interface Service Overrides: serviceCommand in class AbstractService
Parameters: msg - The message sent by the MessageBroker.
Returns: The result of the service.
decodeAndLogin
public static void decodeAndLogin (String encoded,
LoginManager lm)
Copyright © 2008 Adobe Systems Inc. All Rights Reserved.
Send me an e-mail when comments are added to this page
| Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/AuthenticationService.html
Add Comment