Frames | No Frames |
Classes derived from org.apache.axis.deployment.wsdd.WSDDException | |
class | A non-fatal WSDD exception (bad type mapping, for instance)
|
Constructors which throw type org.apache.axis.deployment.wsdd.WSDDException | |
WSDDArrayMapping.WSDDArrayMapping(Element e) Create an element in WSDD that wraps an extant DOM element
| |
WSDDBeanMapping.WSDDBeanMapping(Element e) | |
WSDDDeployableItem.WSDDDeployableItem(Element e) | |
WSDDDeployment.WSDDDeployment(Element e) Create an element in WSDD that wraps an extant DOM element
| |
WSDDDocument.WSDDDocument(Document document) create and bind to a document
| |
WSDDDocument.WSDDDocument(Element e) bind to a sub-element in a document. | |
WSDDDocumentation.WSDDDocumentation(Element e) | |
WSDDElement.WSDDElement(Element e) Create an element in WSDD that wraps an extant DOM element
| |
Construct a WSDDFault from a DOM Element
| |
WSDDFaultFlow.WSDDFaultFlow(Element e) | |
WSDDGlobalConfiguration.WSDDGlobalConfiguration(Element e) | |
WSDDHandler.WSDDHandler(Element e) | |
WSDDJAXRPCHandlerInfo.WSDDJAXRPCHandlerInfo(Element e) | |
Constructor from XML
| |
WSDDRequestFlow.WSDDRequestFlow(Element e) | |
WSDDResponseFlow.WSDDResponseFlow(Element e) | |
WSDDService.WSDDService(Element e) | |
WSDDTargetedChain.WSDDTargetedChain(Element e) | |
WSDDTransport.WSDDTransport(Element e) | |
WSDDTypeMapping.WSDDTypeMapping(Element e) | |
WSDDUndeployment.WSDDUndeployment(Element e) Constructor - build an undeployment from a DOM Element. |
Methods which throw type org.apache.axis.deployment.wsdd.WSDDException | |
void | |
void | |
void | |
void | |
void | 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 | WSDDGlobalConfiguration.setType(String type) |
void | WSDDTargetedChain.setType(String type) |
void | This method can be used for dynamic deployment using new WSDDService()
etc. |