37383940414243
private StockQuoteClient axis2Client; @Override public void init() { super.init(); axis2Client = new StockQuoteClient(); }
29303132333435
private StockQuoteClient axis2Client; public void init() { super.init(); axis2Client = new StockQuoteClient(); }
31323334353637
24252627282930
30313233343536
//private static final Log log = LogFactory.getLog(CalloutMediatorTest.class); private StockQuoteClient axis2Client; @Override public void init() { super.init(); axis2Client = new StockQuoteClient(); }