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

All Superinterfaces:
CompatibilityDescriptionGroup, DescriptionGroup, J2EEEObject

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
 EList getInitParams()
          Returns the value of the 'Init Params' containment reference list.
 EList getSoapHeaders()
          Returns the value of the 'Soap Headers' containment reference list.
 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
 

Method Detail

getHandlerName

public 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

public 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

public 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

public 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

public 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

public 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

public 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()