Uses of Interface
org.apache.axis2.engine.ObjectSupplier
-
Packages that use ObjectSupplier Package Description 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 Modifier and Type Method Description static Object
BeanUtil. deserialize(Class beanClass, OMElement beanElement, MultirefHelper helper, ObjectSupplier objectSupplier)
static Object
BeanUtil. deserialize(Class beanClass, OMElement beanElement, ObjectSupplier objectSupplier, String arrayLocalName)
static Object[]
BeanUtil. deserialize(OMElement response, Object[] javaTypes, ObjectSupplier objectSupplier)
To get JavaObjects from XML element , 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 JavaTypestatic Object[]
BeanUtil. deserialize(OMElement response, Object[] javaTypes, ObjectSupplier objectSupplier, String[] parameterNames, Method method)
static Collection<Object>
BeanUtil. processGenericCollection(OMElement omElement, Type generictype, MultirefHelper helper, ObjectSupplier objectSupplier)
Process generic collection.static Collection<Object>
BeanUtil. processGenericCollection(OMElement omElement, OMElement[] toReturn, Type generictype, MultirefHelper helper, ObjectSupplier objectSupplier, Iterator parts, boolean bare)
Process collection.static Map<Object,Object>
BeanUtil. processGenericsMapElement(Type[] parameterArgTypes, OMElement omElement, MultirefHelper helper, Iterator parts, ObjectSupplier objectSupplier, Type genericType)
This method deserialize OM model in to a instance of java.util.Mapstatic Object
BeanUtil. processObject(OMElement omElement, Class classType, MultirefHelper helper, boolean isArrayType, ObjectSupplier objectSupplier, Type generictype)
Object
MultirefHelper. processRef(Class javatype, Type generictype, String id, ObjectSupplier objectSupplier)
Object
MultirefHelper. processRef(Class javatype, String id, ObjectSupplier objectSupplier)
-
Uses of ObjectSupplier in org.apache.axis2.description
Methods in org.apache.axis2.description that return ObjectSupplier Modifier and Type Method Description ObjectSupplier
AxisService. getObjectSupplier()
Methods in org.apache.axis2.description with parameters of type ObjectSupplier Modifier and Type Method Description void
AxisService. setObjectSupplier(ObjectSupplier objectSupplier)
-
Uses of ObjectSupplier in org.apache.axis2.engine
Classes in org.apache.axis2.engine that implement ObjectSupplier Modifier and Type Class Description class
DefaultObjectSupplier
-
Uses of ObjectSupplier in org.apache.axis2.rpc.receivers
Methods in org.apache.axis2.rpc.receivers with parameters of type ObjectSupplier Modifier and Type Method Description static Object[]
RPCUtil. processRequest(OMElement methodElement, Method method, ObjectSupplier objectSupplier)
static Object[]
RPCUtil. processRequest(OMElement methodElement, Method method, ObjectSupplier objectSupplier, String[] parameterNames)
-