Class WLServiceRefNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode
-
- com.sun.enterprise.deployment.node.ws.WLServiceRefNode
-
- All Implemented Interfaces:
XMLNode
public class WLServiceRefNode extends DeploymentDescriptorNode
This node is responsible for handling runtime info for service references from weblogic DD- Author:
- Rama Pulavarthi
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description WLServiceRefNode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDescriptor(Object desc)Adds a new DOL descriptor instance to the descriptor instance associated with this XMLNodeObjectgetDescriptor()voidsetElementValue(XMLElement element, String value)receives notiification of the value for a particular tagNodewriteDescriptor(Node parent, String nodeName, ServiceReferenceDescriptor serviceRef)write the descriptor class to a DOM tree and return itstatic voidwriteServiceReferences(Node parent, JndiNameEnvironment descriptor)writes all the runtime information for service references-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
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, writeSubDescriptors
-
-
-
-
Method Detail
-
addDescriptor
public void addDescriptor(Object desc)
Description copied from class:DeploymentDescriptorNodeAdds a new DOL descriptor instance to the descriptor instance associated with this XMLNode- Specified by:
addDescriptorin interfaceXMLNode- Overrides:
addDescriptorin classDeploymentDescriptorNode- Parameters:
desc- the new descriptor
-
getDescriptor
public Object getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode- Overrides:
getDescriptorin classDeploymentDescriptorNode- Returns:
- the descriptor instance to associate with this XMLNode
-
setElementValue
public void setElementValue(XMLElement element, String value)
receives notiification of the value for a particular tag- Specified by:
setElementValuein interfaceXMLNode- Overrides:
setElementValuein classDeploymentDescriptorNode- Parameters:
element- the xml elementvalue- it's associated value
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, ServiceReferenceDescriptor serviceRef)
write the descriptor class to a DOM tree and return it- Parameters:
parent- node for the DOM treenodeName- for the descriptorserviceRef- the descriptor to write- Returns:
- the DOM tree top node
-
writeServiceReferences
public static void writeServiceReferences(Node parent, JndiNameEnvironment descriptor)
writes all the runtime information for service references- Parameters:
parent- node to add the runtime xml infodescriptor- the J2EE component containing service references
-
-