|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| flex.data | |
| flex.messaging | |
| flex.messaging.services | |
| flex.messaging.services.http | |
| flex.messaging.services.remoting | |
| Uses of Service in flex.data |
|---|
| Classes in flex.data that implement Service | |
|---|---|
class |
DataService
This is the service which receives DataMessages and handles data synchronization functionality. |
| Methods in flex.data with parameters of type Service | |
|---|---|
void |
DataDestination.setService(Service service)
Casts the Service into DataService
and calls super.setService |
| Uses of Service in flex.messaging |
|---|
| Methods in flex.messaging that return Service | |
|---|---|
Service |
MessageBroker.createService(String id,
String className)
Creates a Service instance, sets its id, sets it manageable
if the MessageBroker that created it is manageable,
and sets its MessageBroker to the MessageBroker that
created it. |
Service |
Destination.getService()
Returns the Service managing this Destination. |
Service |
MessageBroker.getService(String id)
Returns the Service with the specified id. |
Service |
MessageBroker.removeService(String id)
Removes the Service from the list of services known
by the MessageBroker. |
| Methods in flex.messaging with parameters of type Service | |
|---|---|
void |
MessageBroker.addService(Service service)
Add a message type -to- service mapping to the broker's collection. |
void |
Destination.setService(Service service)
Sets the Service managing this Destination. |
void |
MessageDestination.setService(Service service)
Casts the Service into MessageService
and calls super.setService |
| Uses of Service in flex.messaging.services |
|---|
| Classes in flex.messaging.services that implement Service | |
|---|---|
class |
AbstractBootstrapService
The purpose of AbstractBootstrapService is to enable creation
of dynamic services, destinations, and adapters. |
class |
AbstractService
This is the default implementation of Service, which provides a
convenient base for behavior and associations common to all Services. |
class |
HTTPProxyService
The HttpProxyService replaces the Flex 1.5 Proxy. |
class |
MessageService
The MessageService class is the Service implementation that manages point-to-point and publish-subscribe messaging. |
class |
RemotingService
The RemotingService processes RemotingMessages. |
| Uses of Service in flex.messaging.services.http |
|---|
| Methods in flex.messaging.services.http with parameters of type Service | |
|---|---|
void |
HTTPProxyDestination.setService(Service service)
Casts the Service into HTTPProxyService
and calls super.setService |
| Uses of Service in flex.messaging.services.remoting |
|---|
| Methods in flex.messaging.services.remoting with parameters of type Service | |
|---|---|
void |
RemotingDestination.setService(Service service)
Casts the Service into RemotingService
and calls super.setService |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/services/class-use/Service.html