org.apache.axis2.engine
Interface ObjectSupplier

All Known Implementing Classes:
DefaultObjectSupplier

public interface ObjectSupplier


Method Summary
 java.lang.Object getObject(java.lang.Class clazz)
          If someone want to write service impl class with interface being there method parameter , then at the time of deserilization this method will provide the impl class for that interface.
 

Method Detail

getObject

java.lang.Object getObject(java.lang.Class clazz)
                           throws AxisFault
If someone want to write service impl class with interface being there method parameter , then at the time of deserilization this method will provide the impl class for that interface.

Parameters:
clazz - Type
Returns:
Throws:
AxisFault - : will throw an exception when something goes wrong


Copyright © 2007 Apache Web Services Project. All Rights Reserved.