public class DefaultObjectSupplier extends java.lang.Object implements ObjectSupplier
| Constructor and Description |
|---|
DefaultObjectSupplier() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.Object getObject(java.lang.Class clazz)
throws AxisFault
ObjectSuppliergetObject in interface ObjectSupplierclazz - TypeAxisFault - : will throw an exception when something goes wrongCopyright © 2004-2018 The Apache Software Foundation. All Rights Reserved.