Uses of Class
org.apache.axis.deployment.wsdd.WSDDException
Packages that use WSDDException
-
Uses of WSDDException in org.apache.axis.deployment.wsdd
Subclasses of WSDDException in org.apache.axis.deployment.wsddMethods in org.apache.axis.deployment.wsdd that throw WSDDExceptionModifier and TypeMethodDescriptionvoidWSDDDeployment.deployTypeMapping(WSDDTypeMapping typeMapping) voidWSDDService.deployTypeMapping(WSDDTypeMapping mapping) voidWSDDTypeMappingContainer.deployTypeMapping(WSDDTypeMapping mapping) voidWSDDUndeployment.deployTypeMapping(WSDDTypeMapping typeMapping) protected voidWSDDService.initTMR()Initialize a TypeMappingRegistry with the WSDDTypeMappings.voidWSDDDocument.setDocument(Document document) Bind to a new document, setting the undeployment nodes if it is an undeployment, the deployment tree if it is anything else.voidvoidvoidWSDDService.validateDescriptors()This method can be used for dynamic deployment using new WSDDService() etc.Constructors in org.apache.axis.deployment.wsdd that throw WSDDExceptionModifierConstructorDescriptionCreate an element in WSDD that wraps an extant DOM elementWSDDDocument(Document document) create and bind to a documentbind to a sub-element in a document.Create an element in WSDD that wraps an extant DOM elementConstruct a WSDDFault from a DOM ElementWSDDOperation(Element e, ServiceDesc parent) Constructor from XMLWSDDParameter(Element e, OperationDesc parent) protectedConstructor - build an undeployment from a DOM Element.