|
||||||||||||
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. If port-name is not specified, the handler is assumed to be associated with all ports of the service. Used in: service-ref
The following features are supported:
Webservice_clientPackage.getHandler()
Method Summary | |
---|---|
JavaClass |
getHandlerClass()
Returns the value of the 'Handler Class' reference |
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 |
getPortNames()
Returns the value of the 'Port Names' attribute list. |
EList |
getSoapHeaders()
Returns the value of the 'Soap Headers' containment reference list. |
EList |
getSoapRoles()
Returns the value of the 'Soap Roles' attribute list. |
void |
setHandlerClass(JavaClass value)
Sets the value of the ' Handler Class ' reference |
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...
Defines the name of the handler. The name must be unique within the module.
setHandlerName(String)
,
Webservice_clientPackage.getHandler_HandlerName()
public void setHandlerName(java.lang.String value)
Handler Name
' attribute.
value
- the new value of the 'Handler Name' attribute.getHandlerName()
public EList getSoapHeaders()
QName
.
If the meaning of the 'Soap Headers' attribute list isn't clear, there really should be more of a description here...
Webservice_clientPackage.getHandler_SoapHeaders()
public EList getSoapRoles()
String
.
If the meaning of the 'Soap Roles' attribute list isn't clear, there really should be more of a description here...
The soap-role element contains a SOAP actor definition that the Handler will play as a role.
Webservice_clientPackage.getHandler_SoapRoles()
public EList getPortNames()
String
.
If the meaning of the 'Port Names' attribute list isn't clear, there really should be more of a description here...
The port-name element defines the WSDL port-name that a handler should be associated with.
Webservice_clientPackage.getHandler_PortNames()
public JavaClass getHandlerClass()
If the meaning of the 'Handler Class' reference isn't clear, there really should be more of a description here...
Defines a fully qualified class name for the handler implementation.
setHandlerClass(JavaClass)
,
Webservice_clientPackage.getHandler_HandlerClass()
public void setHandlerClass(JavaClass value)
Handler Class
' reference.
value
- the new value of the 'Handler Class' reference.getHandlerClass()
public EList getInitParams()
ParamValue
.
If the meaning of the 'Init Params' containment reference list isn't clear, there really should be more of a description here...
Webservice_clientPackage.getHandler_InitParams()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |