org.apache.axis2.engine
Class DefaultObjectSupplier

java.lang.Object
  extended by org.apache.axis2.engine.DefaultObjectSupplier
All Implemented Interfaces:
ObjectSupplier

public class DefaultObjectSupplier
extends java.lang.Object
implements ObjectSupplier


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

DefaultObjectSupplier

public DefaultObjectSupplier()
Method Detail

getObject

public java.lang.Object getObject(java.lang.Class clazz)
                           throws AxisFault
Description copied from interface: ObjectSupplier
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.

Specified by:
getObject in interface ObjectSupplier
Parameters:
clazz - Type
Returns:
Throws:
AxisFault - : will throw an exception when something goes wrong


Copyright © 2007 Apache Web Services Project. All Rights Reserved.