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) |
void |
addCallback(String msgID,
Callback callback) |
Map |
getCallbackStore() |
Object |
lookupCallback(String msgID) |
void |
receive(MessageContext msgContext) |
public static String SERVICE_NAME
public void addCallback(String msgID, Callback callback) throws AxisFault
AxisFault
public void addCallback(String msgID, AxisCallback callback) throws AxisFault
AxisFault
public void receive(MessageContext msgContext) throws AxisFault
receive
in interface MessageReceiver
AxisFault
public Map getCallbackStore()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.