Uses of Class
org.apache.axis2.deployment.repository.util.DeploymentFileData
-
-
Uses of DeploymentFileData in org.apache.axis2.deployment
Fields in org.apache.axis2.deployment with type parameters of type DeploymentFileData Modifier and Type Field Description protected Map<String,DeploymentFileData>AbstractDeployer. deploymentFileDataMapThe Mapof all artifacts deployed by this deployer. protected List<DeploymentFileData>DeploymentEngine. wsToDeployStores all the web Services to deploy.Methods in org.apache.axis2.deployment with parameters of type DeploymentFileData Modifier and Type Method Description static voidDeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)voidDeploymentEngine. addWSToDeploy(DeploymentFileData file)Map<String,AxisService>ServiceBuilderExtension. buildAxisServices(DeploymentFileData deploymentFileData)Builds the AxisService.Map<String,AxisService>WSDLServiceBuilderExtension. buildAxisServices(DeploymentFileData deploymentFileData)voidModuleDeployer. deoloyFromUrl(DeploymentFileData deploymentFileData)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)voidServiceDeployer. deployFromUrl(DeploymentFileData deploymentFileData)protected Map<String,AxisService>AbstractDeployer. executeServiceBuilderExtensions(DeploymentFileData deploymentFileData, ConfigurationContext configurationContext)This method executes ServiceBuilderExtensions associated with this Deployer instance and return a list AxisService instances.protected static booleanDeploymentEngine. isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup, ArrayList<AxisService> 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 Modifier and Type Method Description ArrayList<AxisService>ArchiveReader. buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. buildServiceGroup(OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<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.ArrayList<AxisService>ArchiveReader. processServiceGroup(OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)HashMap<String,AxisService>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 DeploymentFileData Modifier and Type Method Description 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 Modifier and Type Method Description Map<String,AxisService>JAXWSServiceBuilderExtension. buildAxisServices(DeploymentFileData deploymentFileData)voidJAXWSDeployer. deploy(DeploymentFileData deploymentFileData)List<String>JAXWSDeployerSupport. getListOfClasses(DeploymentFileData deploymentFileData)Gets the list of classes.protected voidJAXWSDeployer. storeFaultyService(DeploymentFileData deploymentFileData, Throwable t) -
Uses of DeploymentFileData in org.apache.axis2.util
Methods in org.apache.axis2.util that return DeploymentFileData Modifier and Type Method Description DeploymentFileDataFaultyServiceData. getCurrentDeploymentFile()Constructors in org.apache.axis2.util with parameters of type DeploymentFileData Constructor Description FaultyServiceData(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)
-