Uses of Class
org.apache.soap.server.DeploymentDescriptor

Packages that use DeploymentDescriptor
org.apache.soap.server   
 

Uses of DeploymentDescriptor in org.apache.soap.server
 

Methods in org.apache.soap.server that return DeploymentDescriptor
 DeploymentDescriptor ServiceManager.undeploy(java.lang.String id)
          Undeploy a service: remove the descriptor from the persistent record of what has been deployed.
 DeploymentDescriptor ServiceManager.query(java.lang.String id)
          Return the deployment descriptor for a service.
 DeploymentDescriptor ServiceManagerClient.query(java.lang.String serviceName)
           
static DeploymentDescriptor DeploymentDescriptor.fromXML(org.w3c.dom.Element root)
          Build a deployment descriptor from a document corresponding to the deployment descriptor DTD.
 

Methods in org.apache.soap.server with parameters of type DeploymentDescriptor
 void ServiceManager.deploy(DeploymentDescriptor dd)
          Deploy a service: add the descriptor to the persistent record of what has been deployed.
 void ServiceManagerClient.deploy(DeploymentDescriptor dd)
           
static SOAPMappingRegistry DeploymentDescriptor.buildSOAPMappingRegistry(DeploymentDescriptor dd)
          Utility to generate an XML serialization registry from all the type mappings registered into a deployment descriptor.
static void InvokeBSF.init(DeploymentDescriptor dd, java.lang.Object target, java.lang.String scriptStr)
          This method is invoked to exec the script implementing the service into the scripting engine so that later service calls can work.
static Bean InvokeBSF.service(DeploymentDescriptor dd, java.lang.Object target, java.lang.String methodName, java.lang.Object[] args)
          This method is invoked when a method is to be called.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.