Uses of Class
org.apache.axis2.deployment.repository.util.DeploymentFileData
Packages that use DeploymentFileData
Package
Description
-
Uses of DeploymentFileData in org.apache.axis2.deployment
Fields in org.apache.axis2.deployment with type parameters of type DeploymentFileDataModifier and TypeFieldDescriptionprotected Map<String, DeploymentFileData> AbstractDeployer.deploymentFileDataMapThe Mapinvalid input: '<'String absoluteFilePath, DeploymentFileData data> of all artifacts deployed by this deployer.Methods in org.apache.axis2.deployment with parameters of type DeploymentFileDataModifier and TypeMethodDescriptionstatic voidDeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration) voidDeploymentEngine.addWSToDeploy(DeploymentFileData file) voidAbstractDeployer.deploy(DeploymentFileData deploymentFileData) voidDeployer.deploy(DeploymentFileData deploymentFileData) Process a file and add it to the configurationvoidModuleDeployer.deploy(DeploymentFileData deploymentFileData) voidPOJODeployer.deploy(DeploymentFileData deploymentFileData) voidServiceDeployer.deploy(DeploymentFileData deploymentFileData) voidTransportDeployer.deploy(DeploymentFileData deploymentFileData) protected static booleanDeploymentEngine.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.Method parameters in org.apache.axis2.deployment with type arguments of type DeploymentFileDataModifier and TypeMethodDescriptiondefault voidDeployer.sort(List<DeploymentFileData> filesToDeploy, int startIndex, int toIndex) Sorts a sublist of the given list of DeploymentFileData objects by file name in ascending order. -
Uses of DeploymentFileData in org.apache.axis2.deployment.repository.util
Methods in org.apache.axis2.deployment.repository.util with parameters of type DeploymentFileDataModifier and TypeMethodDescriptionArchiveReader.buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String, AxisService> wsdlServices, ConfigurationContext configCtx) 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.ArchiveReader.processWSDLs(DeploymentFileData file) Creates service objects from wsdl file inside a service archive file.voidArchiveReader.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 DeploymentFileDataModifier and TypeMethodDescriptionUtils.getListOfClasses(DeploymentFileData deploymentFileData) Scan a JAR file and return the list of classes contained in the JAR. -
Uses of DeploymentFileData in org.apache.axis2.util
Methods in org.apache.axis2.util that return DeploymentFileDataConstructors in org.apache.axis2.util with parameters of type DeploymentFileDataModifierConstructorDescriptionFaultyServiceData(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)