Uses of Interface
org.apache.axis2.engine.ObjectSupplier

Packages that use ObjectSupplier
org.apache.axis2.databinding.utils   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.rpc.receivers   
 

Uses of ObjectSupplier in org.apache.axis2.databinding.utils
 

Methods in org.apache.axis2.databinding.utils with parameters of type ObjectSupplier
static java.lang.Object BeanUtil.deserialize(java.lang.Class beanClass, org.apache.axiom.om.OMElement beanElement, MultirefHelper helper, ObjectSupplier objectSupplier)
           
static java.lang.Object BeanUtil.deserialize(java.lang.Class beanClass, org.apache.axiom.om.OMElement beanElement, ObjectSupplier objectSupplier, java.lang.String arrayLocalName)
           
static java.lang.Object[] BeanUtil.deserialize(org.apache.axiom.om.OMElement response, java.lang.Object[] javaTypes, ObjectSupplier objectSupplier)
          To get JavaObjects from XML elemnt , the element most of the time contains only one element in that case that element will be converted to the JavaType specified by the javaTypes array The algo is as follows, get the childerns of the response element , and if it conatian more than one element then check the retuen type of that element and conver that to corresponding JavaType
static java.lang.Object BeanUtil.processObject(org.apache.axiom.om.OMElement omElement, java.lang.Class classType, MultirefHelper helper, boolean isArrayType, ObjectSupplier objectSupplier)
           
 java.lang.Object MultirefHelper.processRef(java.lang.Class javatype, java.lang.String id, ObjectSupplier objectSupplier)
           
 

Uses of ObjectSupplier in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return ObjectSupplier
 ObjectSupplier AxisService.getObjectSupplier()
           
 

Methods in org.apache.axis2.description with parameters of type ObjectSupplier
 void AxisService.setObjectSupplier(ObjectSupplier objectSupplier)
           
 

Uses of ObjectSupplier in org.apache.axis2.engine
 

Classes in org.apache.axis2.engine that implement ObjectSupplier
 class DefaultObjectSupplier
           
 

Uses of ObjectSupplier in org.apache.axis2.rpc.receivers
 

Methods in org.apache.axis2.rpc.receivers with parameters of type ObjectSupplier
static java.lang.Object[] RPCUtil.processRequest(org.apache.axiom.om.OMElement methodElement, java.lang.reflect.Method method, ObjectSupplier objectSupplier)
           
 



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