flex.messaging.services.http
Class SOAPProxyAdapter
java.lang.Object
flex.management.ManageableComponent
flex.messaging.services.ServiceAdapter
flex.messaging.services.http.HTTPProxyAdapter
flex.messaging.services.http.SOAPProxyAdapter
- All Implemented Interfaces:
- Manageable, FlexComponent, FlexConfigurable
public class SOAPProxyAdapter
- extends HTTPProxyAdapter
A Soap specific subclass of HttpProxyAdapter to
allow for future web services features.
|
Constructor Summary |
SOAPProxyAdapter()
Constructs an unmanaged SOAPProxyAdapter instance. |
SOAPProxyAdapter(boolean enableManagement)
Constructs a SOAPProxyAdapter instance. |
| Methods inherited from class flex.messaging.services.http.HTTPProxyAdapter |
getConnectionManagerSettings, getCookieLimit, getExternalProxySettings, initialize, isAllowLaxSSL, isContentChunked, setAllowLaxSSL, setConnectionManagerSettings, setContentChunked, setCookieLimit, setDestination, setExternalProxySettings |
SOAPProxyAdapter
public SOAPProxyAdapter()
- Constructs an unmanaged
SOAPProxyAdapter instance.
SOAPProxyAdapter
public SOAPProxyAdapter(boolean enableManagement)
- Constructs a
SOAPProxyAdapter instance.
- Parameters:
enableManagement - true if the SOAPProxyAdapter has a
corresponding MBean control for management; otherwise false.
invoke
public Object invoke(Message msg)
- Description copied from class:
HTTPProxyAdapter
- Handle a data message intended for this adapter.
- Overrides:
invoke in class HTTPProxyAdapter
- Parameters:
msg - the message as sent by the client intended for this adapter
- Returns:
- the body of the acknowledge message (or null if there is no body)
- See Also:
Message,
AsyncMessage
Copyright © 2007 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/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/services/http/SOAPProxyAdapter.html