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

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

Uses of WSInfo in org.apache.axis2.deployment
 

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

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

Methods in org.apache.axis2.deployment.repository.util that return WSInfo
 WSInfo WSInfoList.getFileItem(String filename)
          Gets the WSInfo object related to a file if it exists, null otherwise.
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type WSInfo
 boolean WSInfoList.isModified(File file, WSInfo wsInfo)
          Checks if a file has been modified by comparing the last update date of both files and WSInfo.