EMOobIncomingMessage Protocol Reference
| Conforms to | EMOobMessage |
|---|---|
| Declared in | EMOobIncomingMessage.h |
messageType
required method
Gets the underlying incoming message type.
@property (nonatomic, copy) NSString *messageTypeReturn Value
The incoming message type.
Availability
3.0
Declared In
EMOobIncomingMessage.h
isAcknowledgmentRequested
required method
The server acknowledgment state of the message.
@property (nonatomic, assign, readonly) BOOL isAcknowledgmentRequestedReturn Value
YES if the server has requested an acknowledgment, NO otherwise.
Availability
3.0
Declared In
EMOobIncomingMessage.h
expirationDate
required method
Gets the message expiration date.
@property (nonatomic, assign, readonly) NSTimeInterval expirationDateReturn Value
The expiration date in NSTimeInterval.
Availability
3.0
Declared In
EMOobIncomingMessage.h
– createOobError:errorDescription:exception:externalRef:meta:
required method
Creates an outgoing error response for the current message.
- (id<EMOobErrorMessage>)createOobError:(int)anErrorCode errorDescription:(NSString *)anErrorDescription exception:(NSException *)anException externalRef:(NSString *)anExternalRef meta:(NSDictionary *)aMetaParameters
anErrorCode |
Error code. |
|---|---|
anErrorDescription |
Error description. |
anException |
Exception object. Can be |
anExternalRef |
Any external reference. Can be |
aMeta |
Meta data for the message. Can be |
Return Value
The error message ready to be sent.
Availability
3.0
Declared In
EMOobIncomingMessage.h
– createOobError:errorDescription:errorStackTrace:externalRef:meta:
required method
Creates an outgoing error response for the current message.
- (id<EMOobErrorMessage>)createOobError:(int)anErrorCode errorDescription:(NSString *)anErrorDescription errorStackTrace:(NSString *)anErrorStackTrace externalRef:(NSString *)anExternalRef meta:(NSDictionary *)aMetaParameters
anErrorCode |
Error code. |
|---|---|
anErrorDescription |
Error description. |
anErrorStackTrace |
Error stack trace. Can be |
anExternalRef |
Any external reference. Can be |
aMeta |
Meta data for the message. Can be |
Return Value
The error message ready to be sent.
Availability
3.0
Declared In
EMOobIncomingMessage.h