org.eclipse.jst.j2ee.webservice.wsdd
Interface Handler

All Superinterfaces:
CompatibilityDescriptionGroup, DescriptionGroup, org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface Handler
extends CompatibilityDescriptionGroup

A representation of the model object 'Handler'. Declares the handler for a port-component. Handlers can access the init-param name/value pairs using the HandlerInfo interface. Used in: port-component

The following features are supported:

See Also:
WsddPackage.getHandler()

Method Summary
 java.lang.String getHandlerClass()
          Returns the value of the 'Handler Class' attribute
 java.lang.String getHandlerName()
          Returns the value of the 'Handler Name' attribute
 org.eclipse.emf.common.util.EList getInitParams()
          Returns the value of the 'Init Params' containment reference list.
 org.eclipse.emf.common.util.EList getSoapHeaders()
          Returns the value of the 'Soap Headers' containment reference list.
 org.eclipse.emf.common.util.EList getSoapRoles()
          Returns the value of the 'Soap Roles' containment reference list.
 void setHandlerClass(java.lang.String value)
          Sets the value of the 'Handler Class' attribute
 void setHandlerName(java.lang.String value)
          Sets the value of the 'Handler Name' attribute
 
Methods inherited from interface org.eclipse.jst.j2ee.common.CompatibilityDescriptionGroup
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDescriptionGen, setDisplayName, setDisplayNameGen, setLargeIcon, setLargeIconGen, setSmallIcon, setSmallIconGen
 
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup
getDescriptions, getDisplayNames, getIcons
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getHandlerName

java.lang.String getHandlerName()
Returns the value of the 'Handler Name' attribute.

If the meaning of the 'Handler Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Handler Name' attribute.
See Also:
setHandlerName(String), WsddPackage.getHandler_HandlerName()

setHandlerName

void setHandlerName(java.lang.String value)
Sets the value of the 'Handler Name' attribute.

Parameters:
value - the new value of the 'Handler Name' attribute.
See Also:
getHandlerName()

getHandlerClass

java.lang.String getHandlerClass()
Returns the value of the 'Handler Class' attribute.

If the meaning of the 'Handler Class' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Handler Class' attribute.
See Also:
setHandlerClass(String), WsddPackage.getHandler_HandlerClass()

setHandlerClass

void setHandlerClass(java.lang.String value)
Sets the value of the 'Handler Class' attribute.

Parameters:
value - the new value of the 'Handler Class' attribute.
See Also:
getHandlerClass()

getInitParams

org.eclipse.emf.common.util.EList getInitParams()
Returns the value of the 'Init Params' containment reference list. The list contents are of type InitParam.

If the meaning of the 'Init Params' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Init Params' containment reference list.
See Also:
WsddPackage.getHandler_InitParams()

getSoapHeaders

org.eclipse.emf.common.util.EList getSoapHeaders()
Returns the value of the 'Soap Headers' containment reference list. The list contents are of type SOAPHeader.

If the meaning of the 'Soap Headers' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Soap Headers' containment reference list.
See Also:
WsddPackage.getHandler_SoapHeaders()

getSoapRoles

org.eclipse.emf.common.util.EList getSoapRoles()
Returns the value of the 'Soap Roles' containment reference list. The list contents are of type SOAPRole.

If the meaning of the 'Soap Roles' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Soap Roles' containment reference list.
See Also:
WsddPackage.getHandler_SoapRoles()