|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.corba.deployer.CorbaDeployer
public class CorbaDeployer
Field Summary |
---|
Fields inherited from interface org.apache.axis2.corba.deployer.CorbaConstants |
---|
ARRAY_ITEM, DEFAULR_ORB_CLASS, DEFAULT_ORBSINGLETON_CLASS, DEFAULT_SCHEMA_NAMESPACE_PREFIX, FAULT, FORM_DEFAULT_UNQUALIFIED, HTTP, IDL_FILE, IDL_LITERAL, INTERFACE_NAME, IOR_FILE_PATH, IOR_STRING, NAME_SPACE_PREFIX, NAMING_SERVICE_URL, OBJECT_NAME, ORB_CLASS, ORB_LITERAL, ORB_SINGLETON_CLASS, ORG_OMG_CORBA_ORBCLASS, ORG_OMG_CORBA_ORBSINGLETON_CLASS, PACKAGE_CLASS_DELIMITER, RESPONSE, RETURN_WRAPPER, SCHEMA_NAMESPACE_EXTN, URI_2001_SCHEMA_XSD, VOID |
Constructor Summary | |
---|---|
CorbaDeployer()
|
Method Summary | |
---|---|
void |
deploy(DeploymentFileData deploymentFileData)
Process a file and add it to the configuration |
void |
init(ConfigurationContext configCtx)
Initialize the Deployer |
protected MessageReceiver |
loadMessageReceiver(java.lang.ClassLoader loader,
java.lang.String className)
|
protected java.util.HashMap |
processMessageReceivers(java.lang.ClassLoader loader,
org.apache.axiom.om.OMElement element)
|
void |
setDirectory(java.lang.String directory)
Set the directory |
void |
setExtension(java.lang.String extension)
Set the extension to look for TODO: Support multiple extensions? |
void |
unDeploy(java.lang.String fileName)
Remove a given file from the configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorbaDeployer()
Method Detail |
---|
public void init(ConfigurationContext configCtx)
Deployer
init
in interface Deployer
configCtx
- our ConfigurationContextpublic void deploy(DeploymentFileData deploymentFileData) throws DeploymentException
Deployer
deploy
in interface Deployer
deploymentFileData
- the DeploymentFileData object to deploy
DeploymentException
- if there is a problemprotected java.util.HashMap processMessageReceivers(java.lang.ClassLoader loader, org.apache.axiom.om.OMElement element) throws DeploymentException
DeploymentException
protected MessageReceiver loadMessageReceiver(java.lang.ClassLoader loader, java.lang.String className) throws DeploymentException
DeploymentException
public void setDirectory(java.lang.String directory)
Deployer
setDirectory
in interface Deployer
directory
- directory namepublic void setExtension(java.lang.String extension)
Deployer
setExtension
in interface Deployer
extension
- the file extension associated with this Deployerpublic void unDeploy(java.lang.String fileName) throws DeploymentException
Deployer
unDeploy
in interface Deployer
fileName
- name of item to remove
DeploymentException
- if there is a problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |