public interface HandlerType
The following features are supported:
Webapp30Package.getHandlerType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
|
FullyQualifiedClassType |
getHandlerClass()
Returns the value of the 'Handler Class' containment reference.
|
String |
getHandlerName()
Returns the value of the 'Handler Name' containment reference.
|
|
getIcon()
Returns the value of the 'Icon' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInitParam()
Returns the value of the 'Init Param' containment reference list.
|
|
getPortName()
Returns the value of the 'Port Name' containment reference list.
|
|
getSoapHeader()
Returns the value of the 'Soap Header' containment reference list.
|
|
getSoapRole()
Returns the value of the 'Soap Role' containment reference list.
|
void |
setHandlerClass(FullyQualifiedClassType value)
Sets the value of the '
Handler Class' containment reference. |
void |
setHandlerName(String value)
Sets the value of the '
Handler Name' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getHandlerType_Description()getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getHandlerType_DisplayName()getIcon()
IconType.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
Webapp30Package.getHandlerType_Icon()String getHandlerName()
setHandlerName(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getHandlerType_HandlerName()void setHandlerName(String value)
Handler Name' containment reference.
value - the new value of the 'Handler Name' containment reference.getHandlerName()FullyQualifiedClassType getHandlerClass()
setHandlerClass(FullyQualifiedClassType),
Webapp30Package.getHandlerType_HandlerClass()void setHandlerClass(FullyQualifiedClassType value)
Handler Class' containment reference.
value - the new value of the 'Handler Class' containment reference.getHandlerClass()getInitParam()
ParamValueType.
Not to be specified for JAX-WS runtime
Webapp30Package.getHandlerType_InitParam()getSoapHeader()
XsdQNameType.
Defines the QName of a SOAP header that will be processed by the
handler.
Not to be specified for JAX-WS runtime
Webapp30Package.getHandlerType_SoapHeader()getSoapRole()
String.
The soap-role element contains a SOAP actor definition that the
Handler will play as a role.
Webapp30Package.getHandlerType_SoapRole()getPortName()
String.
The port-name element defines the WSDL port-name that a
handler should be associated with. If port-name is not
specified, the handler is assumed to be associated with
all ports of the service.
Not to be specified for JAX-WS runtime
Webapp30Package.getHandlerType_PortName()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp30Package.getHandlerType_Id()