|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.engine.DefaultObjectSupplier
public class DefaultObjectSupplier
Constructor Summary | |
---|---|
DefaultObjectSupplier()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultObjectSupplier()
Method Detail |
---|
public java.lang.Object getObject(java.lang.Class clazz) throws AxisFault
ObjectSupplier
getObject
in interface ObjectSupplier
clazz
- Type
AxisFault
- : will throw an exception when something goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |