public interface Handler
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequired() |
void |
onAnswer(Context context) |
void |
onFault(Context context) |
void |
onReceive(Context context) |
void |
onReply(Context context) |
void |
onSend(Context context) |
boolean |
requireDOM() |
void |
setRequired(boolean required) |
boolean requireDOM()
void setRequired(boolean required)
boolean isRequired()
void onReceive(Context context) throws java.lang.Exception
java.lang.Exceptionvoid onReply(Context context) throws java.lang.Exception
java.lang.Exceptionvoid onFault(Context context) throws java.lang.Exception
java.lang.Exceptionvoid onSend(Context context) throws java.lang.Exception
java.lang.Exceptionvoid onAnswer(Context context) throws java.lang.Exception
java.lang.ExceptionCopyright © 2005-2017 FuseSource. All Rights Reserved.