ROAsyncProxy
Overview
This is asynchronous proxy abstract class. It is used as an ancestor for all asynchronous proxy classes when generating code to support asynchronous calls .
Location
- Reference: ROProxy.h
- Namespace: RemObjectsSDK
- Ancestry: NSObject | ROProxy | ROAsyncProxy
initWithMessage:channel: (declared in ROProxy)
initializes a new proxy object with the given ROMessage and ROClientChannel object.
- (id) initWithMessage:(ROMessage *)aMessage channel:(ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
initWithService: (declared in ROProxy)
initializes a new proxy object with the given RORemoteService object.
- (id) initWithService:(RORemoteService *)aService
Parameters:
- aService:
initWithURL: (declared in ROProxy)
Initializes a new proxy object with the given Target URL.
- (id) initWithURL:(NSURL *)aURL
Parameters:
- aURL:
proxyWithMessage:channel: (declared in ROProxy)
creates and returns a new proxy object with the given ROMessage and ROClientChannel object.
+ (id) proxyWithMessage:(ROMessage *)aMessage channel:(ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
proxyWithService: (declared in ROProxy)
creates and returns a new proxy object with the given RORemoteService object.
+ (id) proxyWithService:(RORemoteService *)aService
Parameters:
- aService:
proxyWithURL: (declared in ROProxy)
Creates and returns a new proxy object with the given Target URL
+ (id) proxyWithURL:(NSURL *)aURL
Parameters:
- aURL:
proxyWithMessage:channel: (declared in ROProxy)
creates and returns a new proxy object with the given ROMessage and ROClientChannel object.
+ (id) proxyWithMessage:(ROMessage *)aMessage channel:(ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
proxyWithService: (declared in ROProxy)
creates and returns a new proxy object with the given RORemoteService object.
+ (id) proxyWithService:(RORemoteService *)aService
Parameters:
- aService:
proxyWithURL: (declared in ROProxy)
Creates and returns a new proxy object with the given Target URL
+ (id) proxyWithURL:(NSURL *)aURL
Parameters:
- aURL:
initWithMessage:channel: (declared in ROProxy)
initializes a new proxy object with the given ROMessage and ROClientChannel object.
- (id) initWithMessage:(ROMessage *)aMessage channel:(ROClientChannel *)aChannel
Parameters:
- aMessage:
- aChannel:
initWithService: (declared in ROProxy)
initializes a new proxy object with the given RORemoteService object.
- (id) initWithService:(RORemoteService *)aService
Parameters:
- aService:
initWithURL: (declared in ROProxy)
Initializes a new proxy object with the given Target URL.
- (id) initWithURL:(NSURL *)aURL
Parameters:
- aURL: