Uses of Class
org.apache.axis.deployment.DeploymentException

Packages that use DeploymentException
org.apache.axis.deployment   
org.apache.axis.deployment.v2dd   
org.apache.axis.deployment.wsdd   
 

Uses of DeploymentException in org.apache.axis.deployment
 

Methods in org.apache.axis.deployment that throw DeploymentException
abstract  WSDDGlobalConfiguration DeploymentRegistry.getGlobalConfiguration()
          retrieve the global configuration for the axis engine
abstract  Handler DeploymentRegistry.getDeployedItem(java.lang.String name)
          retrieve an instance of the named handler
abstract  Handler DeploymentRegistry.getDeployedItem(QName qname)
          retrieve an instance of the named handler
abstract  TypeMappingRegistry DeploymentRegistry.getTypeMappingRegistry(java.lang.String encodingStyle)
          retrieve an instance of the named mapping registry
abstract  void DeploymentRegistry.addTypeMappingRegistry(java.lang.String encodingStyle, TypeMappingRegistry tmr)
          add the given type mapping
abstract  void DeploymentRegistry.removeTypeMappingRegistry(java.lang.String encodingStyle)
          remove the given type mapping
abstract  void DeploymentRegistry.deploy(DeploymentDocument deployment)
          Deploy an Axis WSDD Document
abstract  void DeploymentRegistry.deployItem(DeployableItem item)
          deploy the given item
abstract  void DeploymentRegistry.removeDeployedItem(java.lang.String name)
          remove the given item
abstract  void DeploymentRegistry.removeDeployedItem(QName qname)
          remove the given item
 void SimpleDeploymentManager.deploy(DeploymentDocument deployment)
          Deploy a SOAP v2.x deployment descriptor
 WSDDGlobalConfiguration SimpleDeploymentManager.getGlobalConfiguration()
          return the global configuration
 void SimpleDeploymentManager.deployItem(DeployableItem item)
          Deploy the given WSDD Deployable Item
 Handler SimpleDeploymentManager.getDeployedItem(QName qname)
          Return an instance of the deployed item
 Handler SimpleDeploymentManager.getDeployedItem(java.lang.String name)
          Return an instance of the deployed item
 void SimpleDeploymentManager.removeDeployedItem(java.lang.String name)
          remove the given item
 void SimpleDeploymentManager.removeDeployedItem(QName qname)
          remove the given item
 TypeMappingRegistry SimpleDeploymentManager.getTypeMappingRegistry(java.lang.String encodingStyle)
          return the named mapping registry
abstract  void DeploymentDocument.deploy(DeploymentRegistry registry)
          Deploy the contents of this document to the given registry
 

Uses of DeploymentException in org.apache.axis.deployment.v2dd
 

Subclasses of DeploymentException in org.apache.axis.deployment.v2dd
 class V2DDException
           
 

Methods in org.apache.axis.deployment.v2dd that throw DeploymentException
 void DeploymentDescriptor.deploy(DeploymentRegistry registry)
          Deploy this document to the given registry
 

Uses of DeploymentException in org.apache.axis.deployment.wsdd
 

Subclasses of DeploymentException in org.apache.axis.deployment.wsdd
 class WSDDException
           
 

Methods in org.apache.axis.deployment.wsdd that throw DeploymentException
 void WSDDDocument.deploy(DeploymentRegistry registry)
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.