| org.apache.axis2.engine.ObjectSupplier
All known Subclasses: org.apache.axis2.engine.DefaultObjectSupplier,
ObjectSupplier | public interface ObjectSupplier (Code) | | |
Method Summary | |
Object | getObject(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. |
getObject | Object getObject(Class clazz) throws AxisFault(Code) | | 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 throws: AxisFault - : will throw an exception when something goes wrong |
|
|