Uses of Class
org.apache.axis.deployment.wsdd.WSDDException
-
Packages that use WSDDException Package Description org.apache.axis.deployment.wsdd -
-
Uses of WSDDException in org.apache.axis.deployment.wsdd
Subclasses of WSDDException in org.apache.axis.deployment.wsdd Modifier and Type Class Description classWSDDNonFatalExceptionMethods in org.apache.axis.deployment.wsdd that throw WSDDException Modifier and Type Method Description voidWSDDDeployment. 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(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.voidWSDDGlobalConfiguration. setType(java.lang.String type)voidWSDDTargetedChain. setType(java.lang.String type)voidWSDDService. validateDescriptors()This method can be used for dynamic deployment using new WSDDService() etc.Constructors in org.apache.axis.deployment.wsdd that throw WSDDException Constructor Description WSDDArrayMapping(org.w3c.dom.Element e)WSDDBeanMapping(org.w3c.dom.Element e)WSDDChain(org.w3c.dom.Element e)WSDDDeployableItem(org.w3c.dom.Element e)WSDDDeployment(org.w3c.dom.Element e)Create an element in WSDD that wraps an extant DOM elementWSDDDocument(org.w3c.dom.Document document)create and bind to a documentWSDDDocument(org.w3c.dom.Element e)bind to a sub-element in a document.WSDDDocumentation(org.w3c.dom.Element e)WSDDElement(org.w3c.dom.Element e)Create an element in WSDD that wraps an extant DOM elementWSDDFault(org.w3c.dom.Element e)Construct a WSDDFault from a DOM ElementWSDDFaultFlow(org.w3c.dom.Element e)WSDDGlobalConfiguration(org.w3c.dom.Element e)WSDDHandler(org.w3c.dom.Element e)WSDDJAXRPCHandlerInfo(org.w3c.dom.Element e)WSDDJAXRPCHandlerInfoChain(org.w3c.dom.Element e)WSDDOperation(org.w3c.dom.Element e, ServiceDesc parent)Constructor from XMLWSDDParameter(org.w3c.dom.Element e, OperationDesc parent)WSDDRequestFlow(org.w3c.dom.Element e)WSDDResponseFlow(org.w3c.dom.Element e)WSDDService(org.w3c.dom.Element e)WSDDTargetedChain(org.w3c.dom.Element e)WSDDTransport(org.w3c.dom.Element e)WSDDTypeMapping(org.w3c.dom.Element e)WSDDUndeployment(org.w3c.dom.Element e)Constructor - build an undeployment from a DOM Element.
-