AbstractServiceProxy
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.remoting |
| Inherits from: | none |
| Known subclasses: | |
| Author: | romain |
| Classpath: | com.bourre.remoting.AbstractServiceProxy |
| File last modified: | Monday, 24 November 2008, 11:36:48 |
Summary
Constructor
- AbstractServiceProxy (sURL:URLRequest, sServiceName:String = null)
Instance methods
- setURL (url:URLRequest) : void
- getURL : URLRequest
- getRemotingConnection : RemotingConnection
- setCredentials (sUserID:String, sPassword:String) : void
- addListener (oL:ServiceProxyListener) : void
- removeListener (oL:ServiceProxyListener) : void
- addEventListener (e:ServiceMethod, oL:*, f:Function, rest) : void
- removeEventListener (e:ServiceMethod, oL:*) : void
- callServiceMethod (oServiceMethodName:ServiceMethod, args) : void
- callServiceWithResponderOnly (oServiceMethodName:ServiceMethod, args) : void
- getServiceResponder (fResult:Function = null, fFault:Function = null) : ServiceResponder
- getServiceName : String
- getFullyQualifiedMethodName (oServiceMethodName:ServiceMethod) : String
- toString : String
Event handlers
- onResult (e:BasicResultEvent) : void
- onFault (e:BasicFaultEvent) : void
Constructor
AbstractServiceProxy
public function AbstractServiceProxy (
sURL:URLRequest,
sServiceName:String = null)
Instance methods
addEventListener
addListener
callServiceMethod
public function callServiceMethod (
oServiceMethodName:ServiceMethod,
responder:ServiceResponder,
args) : void
callServiceWithResponderOnly
public function callServiceWithResponderOnly (
oServiceMethodName:ServiceMethod,
responder:ServiceResponder,
args) : void
getFullyQualifiedMethodName
getRemotingConnection
getServiceName
public function getServiceName (
) : String
getServiceResponder
public function getServiceResponder (
fResult:Function = null,
fFault:Function = null) : ServiceResponder
getURL
public function getURL (
) : URLRequest
removeEventListener
removeListener
setCredentials
public function setCredentials (
sUserID:String,
sPassword:String) : void
setURL
public function setURL (
url:URLRequest) : void
toString
public function toString (
) : String