Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.bean
Annotation Type ProtocolEvent


@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 SFT runtime behavior. Typically application might add/remove custom headers or parameters needed for specific application using this event.

See Also:
ProtocolMessage

Optional Element Summary
 Class communicationType
          Type of the Communication.
 ProtocolEvent.Type type
          Type of the ProtocolEvent.

 

type

public abstract ProtocolEvent.Type type
Type of the ProtocolEvent.
Returns:
Type of the ProtocolEvent
Default:
com.oracle.sft.api.bean.ProtocolEvent.Type.REQUESTRECEIVED

communicationType

public abstract Class communicationType
Type of the Communication.
Returns:
Type of the Communication
Default:
com.oracle.sft.api.Communication.class

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.