org.apache.axis2.receivers
Interface ServerCallback


public interface ServerCallback


Method Summary
 void handleFault(AxisFault fault)
           
 void handleResult(MessageContext result)
           
 

Method Detail

handleFault

void handleFault(AxisFault fault)
                 throws AxisFault
Throws:
AxisFault

handleResult

void handleResult(MessageContext result)
                  throws AxisFault
Throws:
AxisFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.