public class AbstractHandler extends java.lang.Object implements Handler
| Constructor and Description |
|---|
AbstractHandler() |
| 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) |
public boolean isRequired()
isRequired in interface Handlerpublic void setRequired(boolean required)
setRequired in interface Handlerrequired - the required to setpublic boolean requireDOM()
requireDOM in interface Handlerpublic void onReceive(Context context) throws java.lang.Exception
public void onReply(Context context) throws java.lang.Exception
public void onFault(Context context) throws java.lang.Exception
Copyright © 2005-2017 FuseSource. All Rights Reserved.