public interface ObjectSupplier
Modifier and Type | Method and Description |
---|---|
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.
|
Object getObject(Class clazz) throws AxisFault
clazz
- TypeAxisFault
- : will throw an exception when something goes wrongCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.