Package | Description |
---|---|
org.apache.axis.deployment.wsdd |
Modifier and Type | Class and Description |
---|---|
class |
WSDDNonFatalException |
Modifier and Type | Method and Description |
---|---|
void |
WSDDUndeployment.deployTypeMapping(WSDDTypeMapping typeMapping) |
void |
WSDDDeployment.deployTypeMapping(WSDDTypeMapping typeMapping) |
void |
WSDDTypeMappingContainer.deployTypeMapping(WSDDTypeMapping mapping) |
void |
WSDDService.deployTypeMapping(WSDDTypeMapping mapping) |
protected void |
WSDDService.initTMR()
Initialize a TypeMappingRegistry with the
WSDDTypeMappings.
|
void |
WSDDDocument.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.
|
void |
WSDDGlobalConfiguration.setType(java.lang.String type) |
void |
WSDDTargetedChain.setType(java.lang.String type) |
void |
WSDDService.validateDescriptors()
This method can be used for dynamic deployment using new WSDDService()
etc.
|
Constructor and 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 element
|
WSDDDocument(org.w3c.dom.Document document)
create and bind to a document
|
WSDDDocument(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 element
|
WSDDFault(org.w3c.dom.Element e)
Construct a WSDDFault from a DOM Element
|
WSDDFaultFlow(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 XML
|
WSDDParameter(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.
|
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.