public class WebServiceRuntimeNode extends DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator| Constructor and Description |
|---|
WebServiceRuntimeNode() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDescriptor() |
void |
setElementValue(XMLElement element,
String value)
receives notiification of the value for a particular tag
|
Node |
writeDescriptor(Node parent,
String nodeName,
WebService webService)
write the descriptor class to a DOM tree and return it
|
void |
writeWebServiceRuntimeInfo(Node parent,
BundleDescriptor bundle)
writes all the runtime information for the web services for a given
bundle descriptor
|
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, endElement, forceAppendTextChild, getDispatchTable, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorspublic Object getDescriptor()
getDescriptor in interface XMLNodegetDescriptor in class DeploymentDescriptorNodepublic void setElementValue(XMLElement element, String value)
setElementValue in interface XMLNodesetElementValue in class DeploymentDescriptorNodeelement - the xml elementvalue - it's associated valuepublic Node writeDescriptor(Node parent, String nodeName, WebService webService)
parent - node for the DOM treenode - name for the descriptorthe - descriptor to writepublic void writeWebServiceRuntimeInfo(Node parent, BundleDescriptor bundle)
parent - node to add the runtime xml infothe - bundle descriptorCopyright © 2019. All rights reserved.