Class WLWebServiceEndpointNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode
-
- com.sun.enterprise.deployment.node.ws.WLWebServiceEndpointNode
-
- All Implemented Interfaces:
XMLNode
public class WLWebServiceEndpointNode extends DeploymentDescriptorNode
This node represents port-component in weblogic-webservices.xml- Author:
- Rama Pulavarthi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWLWebServiceEndpointNode.ServiceEndpointAddressNodeThis node representsstatic classWLWebServiceEndpointNode.WSDLNodeThis node represents
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description WLWebServiceEndpointNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDescriptor(Object childdescriptor)Adds a new DOL descriptor instance to the descriptor instance associated with this XMLNodeObjectgetDescriptor()protected MapgetDispatchTable()all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.XMLNodegetHandlerFor(XMLElement element)Return the XMLNode implementation respionsible for handling the sub-element of the current nodeprotected XMLElementgetXMLRootTag()voidsetElementValue(XMLElement element, String value)receives notification of the value for a particular tagNodewriteDescriptor(Node parent, String nodeName, WebServiceEndpoint descriptor)-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, endElement, forceAppendTextChild, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, 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
-
getXMLRootTag
protected XMLElement getXMLRootTag()
- Overrides:
getXMLRootTagin classDeploymentDescriptorNode- Returns:
- the XML tag associated with this XMLNode
-
getDispatchTable
protected Map getDispatchTable()
Description copied from class:DeploymentDescriptorNodeall sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.- Overrides:
getDispatchTablein classDeploymentDescriptorNode- Returns:
- the map with the element name as a key, the setter method as a value
-
setElementValue
public void setElementValue(XMLElement element, String value)
Description copied from class:DeploymentDescriptorNodereceives notification of the value for a particular tag- Specified by:
setElementValuein interfaceXMLNode- Overrides:
setElementValuein classDeploymentDescriptorNode- Parameters:
element- the xml elementvalue- it's associated value
-
getHandlerFor
public XMLNode getHandlerFor(XMLElement element)
Description copied from interface:XMLNodeReturn the XMLNode implementation respionsible for handling the sub-element of the current node- Specified by:
getHandlerForin interfaceXMLNode- Overrides:
getHandlerForin classDeploymentDescriptorNode- Parameters:
element- the XML element type name- Returns:
- the handler registered for the subtag element of the curent XMLNode
-
getDescriptor
public Object getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode- Overrides:
getDescriptorin classDeploymentDescriptorNode- Returns:
- the descriptor instance to associate with this XMLNode
-
addDescriptor
public void addDescriptor(Object childdescriptor)
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:
childdescriptor- the new descriptor
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, WebServiceEndpoint descriptor)
-
-