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 © 2004-2012 The Apache Software Foundation. All Rights Reserved.