Uses of Class
org.apache.axis2.deployment.repository.util.ArchiveFileData

Packages that use ArchiveFileData
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
 

Uses of ArchiveFileData in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return ArchiveFileData
 ArchiveFileData DeploymentEngine.getCurrentFileItem()
           
 

Methods in org.apache.axis2.deployment with parameters of type ArchiveFileData
 void DeploymentEngine.addWSToDeploy(ArchiveFileData file)
           
 

Uses of ArchiveFileData in org.apache.axis2.deployment.repository.util
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type ArchiveFileData
 HashMap ArchiveReader.processWSDLs(ArchiveFileData file, DeploymentEngine depengine)
          Creates service objects from wsdl file inside a service archive file.