org.apache.geronimo.ews.ws4j2ee.context.webservices.server
Class WSCFElement

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.context.webservices.server.WSCFElement
All Implemented Interfaces:
WSCFConstants
Direct Known Subclasses:
AbstractWSCFHandler, AbstractWSCFInitParam, AbstractWSCFPortComponent, AbstractWSCFServiceImplBean, AbstractWSCFSOAPHeader, AbstractWSCFWebserviceDescription, AbstractWSCFWebservices, AbstractWSCFWSDLPort

public abstract class WSCFElement
extends java.lang.Object
implements WSCFConstants

This will represent an Element in the WebService.xml configuration file. EVERY concrete Element class in the configuration file will directly or indirectlt will extend this class and will show the polymorphic behavior defined here. The class has been taken from the axis WSDDElement class


Field Summary
 
Fields inherited from interface org.apache.geronimo.ews.ws4j2ee.context.webservices.server.interfaces.WSCFConstants
ELEM_WSCF_DESCRIPTION, ELEM_WSCF_DISPLAY_NAME, ELEM_WSCF_EJB_LINK, ELEM_WSCF_HANDLER, ELEM_WSCF_HANDLER_CLASS, ELEM_WSCF_HANDLER_NAME, ELEM_WSCF_INIT_PARAM, ELEM_WSCF_JAXRPC_MAPPING_FILE, ELEM_WSCF_LARGE_ICON, ELEM_WSCF_LOCALPART, ELEM_WSCF_NAMESPACE_URI, ELEM_WSCF_PARAM_NAME, ELEM_WSCF_PARAM_VLAUE, ELEM_WSCF_PORT_COMPONENT, ELEM_WSCF_PORT_COMPONENT_NAME, ELEM_WSCF_SERVICE_ENDPOINT_INTERFACE, ELEM_WSCF_SERVICE_IMPLEMENTATION_BEAN, ELEM_WSCF_SMALL_ICON, ELEM_WSCF_SOAP_HEADER, ELEM_WSCF_SOAP_ROLE, ELEM_WSCF_WEBSERVICES, ELEM_WSCF_WEBSERVICES_DESCRIPTION, ELEM_WSCF_WEBSERVICES_DESCRIPTION_NAME, ELEM_WSCF_WSDL_PORT, ELEM_WSCF_WSDLFILE, URI_WSCF
 
Constructor Summary
WSCFElement()
           
WSCFElement(org.w3c.dom.Element e)
           
 
Method Summary
 org.w3c.dom.Element getChildElement(org.w3c.dom.Element e, java.lang.String name)
          Gets the child element of name name<\code> from the element passed e
 org.w3c.dom.Element[] getChildElements(org.w3c.dom.Element e, java.lang.String name)
          Gets the child elements of name name<\code> from the element passed e
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSCFElement

public WSCFElement()

WSCFElement

public WSCFElement(org.w3c.dom.Element e)
            throws WSCFException
Method Detail

getChildElement

public org.w3c.dom.Element getChildElement(org.w3c.dom.Element e,
                                           java.lang.String name)
Gets the child element of name name<\code> from the element passed e

Parameters:
e - Element
name - name of the child element to be searched
Returns:
child Element

getChildElements

public org.w3c.dom.Element[] getChildElements(org.w3c.dom.Element e,
                                              java.lang.String name)
Gets the child elements of name name<\code> from the element passed e

Parameters:
e - Element
name - name of the child element to be searched
Returns:
child Elements


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.