| java.lang.Object org.apache.axis2.deployment.DeploymentEngine org.apache.axis2.deployment.FileSystemConfigurator
FileSystemConfigurator | public FileSystemConfigurator(String repoLocation, String axis2xml) throws AxisFault(Code) | | Load an AxisConfiguration from the repository directory specified
Parameters: repoLocation - Parameters: axis2xml - |
engageGlobalModules | public void engageGlobalModules() throws AxisFault(Code) | | |
getAxisConfiguration | public synchronized AxisConfiguration getAxisConfiguration() throws AxisFault(Code) | | First create a Deployment engine, use that to create an AxisConfiguration
Axis Configuration throws: AxisFault - |
loadServices | public void loadServices()(Code) | | |
Methods inherited from org.apache.axis2.deployment.DeploymentEngine | public static void addNewModule(AxisModule modulemetadata, AxisConfiguration axisConfiguration) throws AxisFault(Code)(Java Doc) public static void addServiceGroup(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration) throws AxisFault(Code)(Java Doc) public void addWSToDeploy(DeploymentFileData file)(Code)(Java Doc) public void addWSToUndeploy(WSInfo file)(Code)(Java Doc) public static AxisModule buildModule(File modulearchive, AxisConfiguration config) throws DeploymentException(Code)(Java Doc) public static AxisService buildService(InputStream serviceInputStream, ConfigurationContext configCtx) throws DeploymentException(Code)(Java Doc) public static AxisServiceGroup buildServiceGroup(InputStream servicesxml, ClassLoader classLoader, String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, HashMap wsdlServices) throws AxisFault(Code)(Java Doc) public void cleanup()(Code)(Java Doc) public void doDeploy()(Code)(Java Doc) public void engageModules() throws AxisFault(Code)(Java Doc) protected static void fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList serviceList, URL serviceLocation, AxisConfiguration axisConfig) throws AxisFault(Code)(Java Doc) public AxisConfiguration getAxisConfig()(Code)(Java Doc) public static String getAxisServiceName(String fileName)(Code)(Java Doc) public Deployer getDeployerForExtension(String extension)(Code)(Java Doc) public HashMap getDirectoryToExtensionMappingMap()(Code)(Java Doc) protected ArrayList getFileList(URL fileListUrl)(Code)(Java Doc) public AxisModule getModule(String moduleName) throws AxisFault(Code)(Java Doc) public ModuleDeployer getModuleDeployer()(Code)(Java Doc) public File getModulesDir()(Code)(Java Doc) public RepositoryListener getRepoListener()(Code)(Java Doc) public File getRepositoryDir()(Code)(Java Doc) protected String getRepositoryPath(File repository)(Code)(Java Doc) public ServiceDeployer getServiceDeployer()(Code)(Java Doc) public File getServicesDir()(Code)(Java Doc) public String getWebLocationString()(Code)(Java Doc) public boolean isHotUpdate()(Code)(Java Doc) protected MessageReceiver loadDefaultMessageReceiver(String mepURL, AxisService service)(Code)(Java Doc) public void loadFromClassPath() throws DeploymentException(Code)(Java Doc) public void loadRepository(String repoDir) throws DeploymentException(Code)(Java Doc) public void loadRepositoryFromURL(URL repoURL) throws DeploymentException(Code)(Java Doc) public static AxisServiceGroup loadServiceGroup(File serviceFile, ConfigurationContext configCtx) throws AxisFault(Code)(Java Doc) public void loadServices()(Code)(Java Doc) public void loadServicesFromUrl(URL repoURL)(Code)(Java Doc) public AxisConfiguration populateAxisConfiguration(InputStream in) throws DeploymentException(Code)(Java Doc) protected ArrayList populateService(AxisServiceGroup serviceGroup, URL servicesURL, String serviceName) throws DeploymentException(Code)(Java Doc) protected void prepareRepository(String repositoryName)(Code)(Java Doc) protected void setClassLoaders(String axis2repoURI) throws DeploymentException(Code)(Java Doc) public void setConfigContext(ConfigurationContext configContext)(Code)(Java Doc) protected void setDeploymentFeatures()(Code)(Java Doc) public void setDirectoryToExtensionMappingMap(HashMap directoryToExtensionMappingMap)(Code)(Java Doc) public void setExtensionToDeployerMappingMap(HashMap extensionToDeployerMappingMap)(Code)(Java Doc) public static void setWebLocationString(String webLocationString)(Code)(Java Doc) protected void startSearch(RepositoryListener listener)(Code)(Java Doc) public void unDeploy()(Code)(Java Doc)
|
|
|