public class CallbackReceiver extends Object implements MessageReceiver
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Constructor and Description |
|---|
CallbackReceiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallback(String msgID,
AxisCallback callback) |
Map |
getCallbackStore() |
Object |
lookupCallback(String msgID) |
void |
receive(MessageContext msgContext) |
public static String SERVICE_NAME
public void addCallback(String msgID, AxisCallback callback) throws AxisFault
AxisFaultpublic void receive(MessageContext msgContext) throws AxisFault
receive in interface MessageReceiverAxisFaultpublic Map getCallbackStore()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.