|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.siprop.v2.stack.sip.tu.function.TuFunctionComposer
public class TuFunctionComposer
Composer for TuFunction.
| Constructor Summary | |
|---|---|
TuFunctionComposer()
|
|
| Method Summary | |
|---|---|
void |
addFunction(TuFunction function)
Add TuFunction. |
Context |
doProcess(Context context,
TransactionEntry trnsct)
Execute TuFunction. |
void |
removeFunction(TuFunction function)
Remove TuFunction. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TuFunctionComposer()
| Method Detail |
|---|
public Context doProcess(Context context,
TransactionEntry trnsct)
TuFunction
doProcess in interface TuFunctioncontext - the message will be processedtrnsct - type of transaction that related the message
public void addFunction(TuFunction function)
throws SIPropException
TuFunction
addFunction in interface TuFunctionSIPropException
public void removeFunction(TuFunction function)
throws SIPropException
TuFunction
removeFunction in interface TuFunctionSIPropException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||