org.mule.transport.soap.axis
Class AxisInitialisationCallback

java.lang.Object
  extended by org.mule.transport.soap.axis.AxisInitialisationCallback
All Implemented Interfaces:
InitialisationCallback

public class AxisInitialisationCallback
extends Object
implements InitialisationCallback

AxisInitialisationCallback is invoked when an Axis component is created from its descriptor.


Field Summary
protected static Log logger
           
 
Constructor Summary
AxisInitialisationCallback(org.apache.axis.handlers.soap.SOAPService service)
           
 
Method Summary
 void initialise(Object component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
Constructor Detail

AxisInitialisationCallback

public AxisInitialisationCallback(org.apache.axis.handlers.soap.SOAPService service)
Method Detail

initialise

public void initialise(Object component)
                throws InitialisationException
Specified by:
initialise in interface InitialisationCallback
Throws:
InitialisationException


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.