Uses of Class
org.apache.axis.deployment.wsdd.WSDDException

Packages that use WSDDException
org.apache.axis.deployment.wsdd   
 

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

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

Methods in org.apache.axis.deployment.wsdd that throw WSDDException
 void WSDDTargetedChain.setType(java.lang.String type)
           
 void WSDDTypeMappingContainer.deployTypeMapping(WSDDTypeMapping mapping)
           
 void WSDDDeployment.deployTypeMapping(WSDDTypeMapping typeMapping)
           
protected  void WSDDService.initTMR()
          Initialize a TypeMappingRegistry with the WSDDTypeMappings.
 void WSDDService.validateDescriptors()
          This method can be used for dynamic deployment using new WSDDService() etc.
 void WSDDService.deployTypeMapping(WSDDTypeMapping mapping)
           
 void WSDDUndeployment.deployTypeMapping(WSDDTypeMapping typeMapping)
           
 void WSDDDocument.setDocument(org.w3c.dom.Document document)
          Bind to a new document, setting the undeployment nodes if it is an undeployment, the deployment tree if it is anything else.
 void WSDDGlobalConfiguration.setType(java.lang.String type)
           
 

Constructors in org.apache.axis.deployment.wsdd that throw WSDDException
WSDDJAXRPCHandlerInfoChain(org.w3c.dom.Element e)
           
WSDDBeanMapping(org.w3c.dom.Element e)
           
WSDDTargetedChain(org.w3c.dom.Element e)
           
WSDDTransport(org.w3c.dom.Element e)
           
WSDDTypeMapping(org.w3c.dom.Element e)
           
WSDDChain(org.w3c.dom.Element e)
           
WSDDDeployableItem(org.w3c.dom.Element e)
           
WSDDElement(org.w3c.dom.Element e)
          Create an element in WSDD that wraps an extant DOM element
WSDDDeployment(org.w3c.dom.Element e)
          Create an element in WSDD that wraps an extant DOM element
WSDDHandler(org.w3c.dom.Element e)
           
WSDDOperation(org.w3c.dom.Element e, ServiceDesc parent)
          Constructor from XML
WSDDService(org.w3c.dom.Element e)
           
WSDDUndeployment(org.w3c.dom.Element e)
          Constructor - build an undeployment from a DOM Element.
WSDDFault(org.w3c.dom.Element e)
          Construct a WSDDFault from a DOM Element
WSDDJAXRPCHandlerInfo(org.w3c.dom.Element e)
           
WSDDRequestFlow(org.w3c.dom.Element e)
           
WSDDDocumentation(org.w3c.dom.Element e)
           
WSDDArrayMapping(org.w3c.dom.Element e)
           
WSDDParameter(org.w3c.dom.Element e, OperationDesc parent)
           
WSDDDocument(org.w3c.dom.Document document)
          create and bind to a document
WSDDDocument(org.w3c.dom.Element e)
          bind to a sub-element in a document.
WSDDResponseFlow(org.w3c.dom.Element e)
           
WSDDGlobalConfiguration(org.w3c.dom.Element e)
           
WSDDFaultFlow(org.w3c.dom.Element e)
           
 



Copyright © 2005 Apache Web Services Project. All Rights Reserved.