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

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.context.webservices.server.WSCFElement
      extended byorg.apache.geronimo.ews.ws4j2ee.context.webservices.server.AbstractWSCFInitParam
All Implemented Interfaces:
WSCFConstants, WSCFInitParam
Direct Known Subclasses:
WSCFInitParamImpl

public abstract class AbstractWSCFInitParam
extends WSCFElement
implements WSCFInitParam

This will encapsulate the init parameter element and the information will be able access using the interface published.


Field Summary
protected  java.lang.String description
          Init parameter description
protected  java.lang.String paramName
          Init parameter name
protected  java.lang.String paramValue
          Init parameter value
 
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
AbstractWSCFInitParam()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description of the init parameter element
 java.lang.String getParamName()
          Gets the name of the init parameter element
 java.lang.String getParamValue()
          Gets the value of the init parameter element
 
Methods inherited from class org.apache.geronimo.ews.ws4j2ee.context.webservices.server.WSCFElement
getChildElement, getChildElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paramName

protected java.lang.String paramName
Init parameter name


paramValue

protected java.lang.String paramValue
Init parameter value


description

protected java.lang.String description
Init parameter description

Constructor Detail

AbstractWSCFInitParam

public AbstractWSCFInitParam()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description of the init parameter element

Specified by:
getDescription in interface WSCFInitParam
Returns:
description

getParamName

public java.lang.String getParamName()
Gets the name of the init parameter element

Specified by:
getParamName in interface WSCFInitParam
Returns:
name

getParamValue

public java.lang.String getParamValue()
Gets the value of the init parameter element

Specified by:
getParamValue in interface WSCFInitParam
Returns:
value


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