Pakket | mx.messaging.messages |
Klasse | public class SOAPMessage |
Overerving | SOAPMessage HTTPRequestMessage AbstractMessage Object |
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructs an uninitialized SOAPMessage. | SOAPMessage | ||
Provides access to the name of the remote method/operation that
will be called. | SOAPMessage | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Returns a string representation of the message. | AbstractMessage | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
SOAP_ACTION_HEADER : String = "SOAPAction" [statisch]
The HTTP header that stores the SOAP action for the SOAPMessage. | SOAPMessage |
Constructordetails
SOAPMessage | () | Constructor |
public function SOAPMessage()
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructs an uninitialized SOAPMessage.
Methodedetails
getSOAPAction | () | methode |
public function getSOAPAction():String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Provides access to the name of the remote method/operation that will be called.
Geretourneerde waardeString — Returns the name of the remote method/operation that
will be called.
|
Constantedetails
SOAP_ACTION_HEADER | Constante |
public static const SOAP_ACTION_HEADER:String = "SOAPAction"
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The HTTP header that stores the SOAP action for the SOAPMessage.
Wed Jun 13 2018, 11:42 AM Z