Uses of Class
org.apache.axis2.util.MetaDataEntry
-
Packages that use MetaDataEntry Package Description org.apache.axis2.context.externalize org.apache.axis2.util -
-
Uses of MetaDataEntry in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize with parameters of type MetaDataEntry Modifier and Type Method Description static Object
ActivateUtils. findHandler(List<Handler> existingHandlers, MetaDataEntry metaDataEntry)
Find the Handler object that matches the criteria -
Uses of MetaDataEntry in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type MetaDataEntry Modifier and Type Method Description void
MetaDataEntry. addToList(MetaDataEntry e)
Add to the liststatic Object
ObjectStateUtils. findHandler(ArrayList existingHandlers, MetaDataEntry metaDataEntry)
Find the Handler object that matches the criteria
-