Package org.apache.axis2.engine
Class DefaultObjectSupplier
java.lang.Object
org.apache.axis2.engine.DefaultObjectSupplier
- All Implemented Interfaces:
ObjectSupplier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultObjectSupplier
public DefaultObjectSupplier()
-
-
Method Details
-
getObject
Description copied from interface:ObjectSupplierIf 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.- Specified by:
getObjectin interfaceObjectSupplier- Parameters:
clazz- Type- Returns:
- Throws:
AxisFault- : will throw an exception when something goes wrong
-