org.apache.axis2.receivers
Interface ServerCallback


public interface ServerCallback


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

Method Detail

handleFault

public void handleFault(AxisFault fault)
                 throws AxisFault
Throws:
AxisFault

handleResult

public void handleResult(MessageContext result)
                  throws AxisFault
Throws:
AxisFault


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.