Uses of Class
magoffin.matt.ma2.util.XmlHelper

Packages that use XmlHelper
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.util   
magoffin.matt.ma2.web.service   
 

Uses of XmlHelper in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl that return XmlHelper
 XmlHelper IOBizImpl.getXmlHelper()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type XmlHelper
 void IOBizImpl.setXmlHelper(XmlHelper xmlHelper)
           
 

Uses of XmlHelper in magoffin.matt.ma2.util
 

Methods in magoffin.matt.ma2.util with parameters of type XmlHelper
 void MediaAlbumExportTool.setXmlHelper(XmlHelper xmlHelper)
           
 

Uses of XmlHelper in magoffin.matt.ma2.web.service
 

Methods in magoffin.matt.ma2.web.service that return XmlHelper
 XmlHelper SimpleWsSecurityInterceptor.getXmlHelper()
           
 XmlHelper AddMediaMessageEndpoint.getXmlHelper()
           
 

Methods in magoffin.matt.ma2.web.service with parameters of type XmlHelper
 void SimpleWsSecurityInterceptor.setXmlHelper(XmlHelper xmlHelper)
           
 void AddMediaMessageEndpoint.setXmlHelper(XmlHelper xmlHelper)