|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentException | |
org.apache.axis2.context | |
org.apache.axis2.deployment | |
org.apache.axis2.deployment.repository.util |
Uses of DeploymentException in org.apache.axis2.context |
Methods in org.apache.axis2.context that throw DeploymentException | |
ConfigurationContext |
ConfigurationContextFactory.buildConfigurationContext(java.lang.String repositoryName)
Build the configuration for the Server |
ConfigurationContext |
ConfigurationContextFactory.buildClientConfigurationContext(java.lang.String axis2home)
Built the Configuration for the Client |
Uses of DeploymentException in org.apache.axis2.deployment |
Methods in org.apache.axis2.deployment that throw DeploymentException | |
protected Flow |
DescriptionBuilder.processFlow(OMElement flowelement,
ParameterInclude parent)
To process Flow elements in services.xml |
protected HandlerDescription |
DescriptionBuilder.processHandler(OMElement handler_element,
ParameterInclude parent)
To process Handler element |
protected void |
DescriptionBuilder.processParameters(java.util.Iterator paramters,
ParameterInclude parameterInclude,
ParameterInclude parent)
To get the Paramter object out from the OM |
protected void |
DescriptionBuilder.processOpeasrtionModuleRefs(java.util.Iterator moduleRefs,
OperationDescription opeartion)
|
protected MessageReceiver |
DescriptionBuilder.loadMessageReceiver(java.lang.ClassLoader loader,
OMElement reciverElement)
|
protected MessageReceiver |
DescriptionBuilder.loadDefaultMessageReciver()
|
void |
ModuleBuilder.populateModule()
|
AxisConfiguration |
DeploymentEngine.load()
|
AxisConfiguration |
DeploymentEngine.loadClient(java.lang.String clientHome)
|
ServiceDescription |
DeploymentEngine.buildService(ServiceDescription axisService,
java.io.InputStream serviceInputStream,
java.lang.ClassLoader classLoader)
This method is used to fill a axisservice object using services.xml , first it should create an axisservice object using WSDL and then fill that using given servic.xml and load all the requed class and build the chains , finally add the servicecontext to EngineContext and axisservice into EngineConfiguration |
ModuleDescription |
DeploymentEngine.buildModule(java.io.File modulearchive)
This method can be used to build ModuleDescription for a given module archiev file |
void |
ServiceBuilder.populateService(OMElement service_element)
top most method that used to populate service from corresponding OM |
protected void |
ServiceBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs,
ParameterInclude parent,
ServiceDescription service)
|
protected void |
ServiceBuilder.processOperationModuleConfig(java.util.Iterator moduleConfigs,
ParameterInclude parent,
OperationDescription opeartion)
|
protected void |
ServiceBuilder.processModuleRefs(java.util.Iterator moduleRefs)
To get the list og modules that is requird to be engage globally |
void |
AxisConfigBuilder.populateConfig()
|
protected void |
AxisConfigBuilder.processModuleConfig(java.util.Iterator moduleConfigs,
ParameterInclude parent,
AxisConfiguration config)
|
void |
ServiceGroupBuilder.populateServiceGroup(ServiceGroupDescription serviceGroup)
|
protected void |
ServiceGroupBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs,
ParameterInclude parent,
ServiceGroupDescription service)
|
protected void |
ServiceGroupBuilder.processModuleRefs(java.util.Iterator moduleRefs,
ServiceGroupDescription serviceGroup)
To get the list og modules that is requird to be engage globally |
Constructors in org.apache.axis2.deployment that throw DeploymentException | |
DeploymentEngine(java.lang.String repositoryName)
This the constructor which is used by Engine inorder to start Deploymenat module, |
|
DeploymentEngine(java.lang.String repositoryName,
java.lang.String serverXMLFile)
|
Uses of DeploymentException in org.apache.axis2.deployment.repository.util |
Methods in org.apache.axis2.deployment.repository.util that throw DeploymentException | |
ServiceDescription |
ArchiveReader.createService(ArchiveFileData file)
To create a ServiceDescrption ServiceDescription using given wsdl , if the
service.wsdl there in the arcive file ServiceDescription will be creted using that else
default ServiceDescription will be crated |
void |
ArchiveReader.processWSDLs(ArchiveFileData file,
DeploymentEngine depengine)
To create service objects out form wsdls file inside a service archive file |
void |
ArchiveReader.processServiceGroup(java.lang.String filename,
DeploymentEngine engine,
ServiceGroupDescription serviceGroupDesc,
boolean extarctService)
This method will readServiceArchive the given jar or aar. |
void |
ArchiveReader.readModuleArchive(java.lang.String filename,
DeploymentEngine engine,
ModuleDescription module,
boolean explodedDir)
|
java.io.File |
ArchiveReader.creatModuleArchivefromResource(java.lang.String moduleName,
java.lang.String axis2repository)
This method first check whether the given module is there in the user home dirctory if so return that , else try to read the given module form classpath (from resources ) if found first get the module.mar file from the resourceStream and write that into user home/axis2home/nodule directory |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |