|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Handler
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 |
org.eclipse.emf.common.util.EList |
getInitParams()
Returns the value of the 'Init Params' containment reference list. |
org.eclipse.emf.common.util.EList |
getPortNames()
Returns the value of the 'Port Names' attribute 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' 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 |
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 |
---|
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()
void setHandlerName(java.lang.String value)
Handler Name
' attribute.
value
- the new value of the 'Handler Name' attribute.getHandlerName()
org.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.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()
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()
void setHandlerClass(JavaClass value)
Handler Class
' reference.
value
- the new value of the 'Handler Class' reference.getHandlerClass()
org.eclipse.emf.common.util.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 |