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

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

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

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

Methods in org.jboss.axis.deployment.wsdd that throw WSDDException
 void WSDDUndeployment.deployTypeMapping(WSDDTypeMapping typeMapping)
           
 void WSDDTargetedChain.setType(String type)
           
 void WSDDGlobalConfiguration.setType(String type)
           
 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 WSDDTypeMappingContainer.deployTypeMapping(WSDDTypeMapping mapping)
           
 

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.