samples.userguide
Class StockQuoteCallback

java.lang.Object
  extended by samples.userguide.StockQuoteCallback
All Implemented Interfaces:
AxisCallback

public class StockQuoteCallback
extends Object
implements AxisCallback


Constructor Summary
StockQuoteCallback()
           
 
Method Summary
 void onComplete()
           
 void onError(Exception e)
           
 void onFault(MessageContext messageContext)
           
 void onMessage(MessageContext messageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockQuoteCallback

public StockQuoteCallback()
Method Detail

onMessage

public void onMessage(MessageContext messageContext)
Specified by:
onMessage in interface AxisCallback

onFault

public void onFault(MessageContext messageContext)
Specified by:
onFault in interface AxisCallback

onError

public void onError(Exception e)
Specified by:
onError in interface AxisCallback

onComplete

public void onComplete()
Specified by:
onComplete in interface AxisCallback


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.