|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
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 |
public java.lang.String getHandlerName()
If the meaning of the 'Handler Name' attribute isn't clear, there really should be more of a description here...
setHandlerName(String)
,
WsddPackage.getHandler_HandlerName()
public void setHandlerName(java.lang.String value)
Handler Name
' attribute.
value
- the new value of the 'Handler Name' attribute.getHandlerName()
public java.lang.String getHandlerClass()
If the meaning of the 'Handler Class' attribute isn't clear, there really should be more of a description here...
setHandlerClass(String)
,
WsddPackage.getHandler_HandlerClass()
public void setHandlerClass(java.lang.String value)
Handler Class
' attribute.
value
- the new value of the 'Handler Class' attribute.getHandlerClass()
public EList getInitParams()
InitParam
.
If the meaning of the 'Init Params' containment reference list isn't clear, there really should be more of a description here...
WsddPackage.getHandler_InitParams()
public EList getSoapHeaders()
SOAPHeader
.
If the meaning of the 'Soap Headers' containment reference list isn't clear, there really should be more of a description here...
WsddPackage.getHandler_SoapHeaders()
public EList getSoapRoles()
SOAPRole
.
If the meaning of the 'Soap Roles' containment reference list isn't clear, there really should be more of a description here...
WsddPackage.getHandler_SoapRoles()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |