BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.rpc.soap 

AbstractWebService  - AS3 Flex

(Preview)
Packagemx.rpc.soap
Classpublic class AbstractWebService
InheritanceAbstractWebService Inheritance AbstractService Inheritance Proxy
Subclasses WebService

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

AbstractWebService is an abstract base class for implementations that provide RPC access to SOAP-based web services. This class does not load WSDL descriptions at runtime.



Public Properties
 PropertyDefined By
  convertParametersHandler : Function
An optional function, primarily intended for framework developers who need to install a function to get called with the parameters passed to each webservice operation invocation.
AbstractWebService
  convertResultHandler : Function
An optional function, primarily intended for framework developers who need to install a hook to process the results of an operation before notifying the result handlers.
AbstractWebService
  description : String
The description of the service for the currently active port.
AbstractWebService
  destination : String
[override] The destination of the service.
AbstractWebService
  endpointURI : String
The location of the WebService.
AbstractWebService
  headers : Array
[read-only] Returns the array of SOAPHeaders registered for the WebService.
AbstractWebService
  httpHeaders : Object
Custom HTTP headers to be sent to the SOAP endpoint.
AbstractWebService
  makeObjectsBindable : Boolean
When this value is true, anonymous objects returned are forced to bindable objects.
AbstractWebService
  port : String
Specifies the port within the WSDL document that this WebService should use.
AbstractWebService
  ready : Boolean
[read-only] Specifies whether the WebService is ready to make requests.
AbstractWebService
  rootURL : String
The URL that the WebService should use when computing relative URLs.
AbstractWebService
  service : String
Specifies the service within the WSDL document that this WebService should use.
AbstractWebService
  useProxy : Boolean
Specifies whether to use the Flex proxy service.
AbstractWebService
  xmlSpecialCharsFilter : Function
Custom function to be used to escape XML special characters before encoding any simple content.
AbstractWebService
Public Methods
 MethodDefined By
  
AbstractWebService(destination:String = null, rootURL:String = null)
Creates a new WebService.
AbstractWebService
  
Adds a header that will be applied to all operations of this web service.
AbstractWebService
  
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String):void
Add a header that will be applied to all operations of this WebService.
AbstractWebService
  
Clears the headers that applied to all operations.
AbstractWebService
  
getHeader(qname:QName, headerName:String = null):SOAPHeader
Returns a header if a match is found based on QName, localName, and URI.
AbstractWebService
  
removeHeader(qname:QName, headerName:String = null):void
Removes the header with the given QName from all operations.
AbstractWebService
  
setRemoteCredentials(remoteUsername:String, remotePassword:String, charset:String = null):void
[override] The username and password to authenticate a user when accessing the webservice.
AbstractWebService
Events
 Event Summary Defined By
Public Constants
 ConstantDefined By
  DEFAULT_DESTINATION_HTTP : String = "DefaultHTTP"
[static] The default destination to use for HTTP connections when invoking a webservice through a proxy.
AbstractWebService
  DEFAULT_DESTINATION_HTTPS : String = "DefaultHTTPS"
[static] The default destination to use for HTTPS connections when invoking a webservice through a proxy.
AbstractWebService
Property Detail
Constructor Detail
Method Detail
Constant Detail