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 TypeMethodDescriptionvoid
WSDDDeployment.deployTypeMapping
(WSDDTypeMapping typeMapping) void
WSDDService.deployTypeMapping
(WSDDTypeMapping mapping) void
WSDDTypeMappingContainer.deployTypeMapping
(WSDDTypeMapping mapping) void
WSDDUndeployment.deployTypeMapping
(WSDDTypeMapping typeMapping) protected void
WSDDService.initTMR()
Initialize a TypeMappingRegistry with the WSDDTypeMappings.void
WSDDDocument.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.void
void
void
WSDDService.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) protected
Constructor - build an undeployment from a DOM Element.