Pacchetto | mx.messaging.messages |
Classe | public class SOAPMessage |
Ereditarietà | SOAPMessage HTTPRequestMessage AbstractMessage Object |
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructs an uninitialized SOAPMessage. | SOAPMessage | ||
Provides access to the name of the remote method/operation that
will be called. | SOAPMessage | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns a string representation of the message. | AbstractMessage | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
SOAP_ACTION_HEADER : String = "SOAPAction" [statico]
The HTTP header that stores the SOAP action for the SOAPMessage. | SOAPMessage |
Descrizione della funzione di costruzione
SOAPMessage | () | Funzione di costruzione |
public function SOAPMessage()
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructs an uninitialized SOAPMessage.
Descrizione dei metodi
getSOAPAction | () | metodo |
public function getSOAPAction():String
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Provides access to the name of the remote method/operation that will be called.
RestituisceString — Returns the name of the remote method/operation that
will be called.
|
Descrizione delle costanti
SOAP_ACTION_HEADER | Costante |
public static const SOAP_ACTION_HEADER:String = "SOAPAction"
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The HTTP header that stores the SOAP action for the SOAPMessage.
Tue Jun 12 2018, 02:44 PM Z