|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ProtocolEvent
Evens on receiving and sending of SIP Messages. Any method annotated with this annotation would be invoked when an Event of the specified type occurs. Note that the ProtocolEvent is expected to be used only be advanced users. Also, the kind of changes made to the actual protocol objects might impact the behavior of the CAFE runtime behavior. Typically application might add/remove custom headers or parameters needed for specific application using this event.
ProtocolMessage| Optional Element Summary | |
|---|---|
Class |
communicationType
Type of the Communication. |
ProtocolEvent.Type |
type
Type of the ProtocolEvent. |
public abstract ProtocolEvent.Type type
public abstract Class communicationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||