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

Packages that use DeploymentFileData
org.apache.axis2.corba.deployer   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.deployment.util   
org.apache.axis2.jaxws.framework   
org.apache.axis2.util   
 

Uses of DeploymentFileData in org.apache.axis2.corba.deployer
 

Methods in org.apache.axis2.corba.deployer with parameters of type DeploymentFileData
 void CorbaDeployer.deploy(DeploymentFileData deploymentFileData)
           
 

Uses of DeploymentFileData in org.apache.axis2.deployment
 

Fields in org.apache.axis2.deployment with type parameters of type DeploymentFileData
protected  Map<String,DeploymentFileData> AbstractDeployer.deploymentFileDataMap
          The Map of all artifacts deployed by this deployer.
 

Methods in org.apache.axis2.deployment with parameters of type DeploymentFileData
static void DeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)
           
 void DeploymentEngine.addWSToDeploy(DeploymentFileData file)
           
 void Deployer.deploy(DeploymentFileData deploymentFileData)
          Process a file and add it to the configuration
 void AbstractDeployer.deploy(DeploymentFileData deploymentFileData)
           
 void ModuleDeployer.deploy(DeploymentFileData deploymentFileData)
           
 void POJODeployer.deploy(DeploymentFileData deploymentFileData)
           
 void TransportDeployer.deploy(DeploymentFileData deploymentFileData)
           
 void ServiceDeployer.deploy(DeploymentFileData deploymentFileData)
           
protected static boolean DeploymentEngine.isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfig)
          Performs a check routine, in order to identify whether all the serviceGroup, service and operation level modules are available.
 

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

Methods in org.apache.axis2.deployment.repository.util with parameters of type DeploymentFileData
 ArrayList<AxisService> ArchiveReader.buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)
           
 ArrayList<AxisService> ArchiveReader.processServiceGroup(String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)
          Extracts Service XML files and builds the service groups.
 HashMap<String,AxisService> ArchiveReader.processWSDLs(DeploymentFileData file)
          Creates service objects from wsdl file inside a service archive file.
 void ArchiveReader.readModuleArchive(DeploymentFileData deploymentFile, AxisModule module, boolean explodedDir, AxisConfiguration axisConfig)
           
 

Uses of DeploymentFileData in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type DeploymentFileData
static List<String> Utils.getListOfClasses(DeploymentFileData deploymentFileData)
          Scan a JAR file and return the list of classes contained in the JAR.
 

Uses of DeploymentFileData in org.apache.axis2.jaxws.framework
 

Methods in org.apache.axis2.jaxws.framework with parameters of type DeploymentFileData
 void JAXWSDeployer.deploy(DeploymentFileData deploymentFileData)
           
protected  void JAXWSDeployer.storeFaultyService(DeploymentFileData deploymentFileData, Throwable t)
           
 

Uses of DeploymentFileData in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return DeploymentFileData
 DeploymentFileData FaultyServiceData.getCurrentDeploymentFile()
           
 

Constructors in org.apache.axis2.util with parameters of type DeploymentFileData
FaultyServiceData(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.