|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'TInterface'. The interface of a task is described by the port type and operation of a web service, incl. the corresponding message definitions. For an oTask the interface is defined by the signature of the operation of the service that is invoked. For an hTask the interface defines the signature of the operation the hTask exposes. For an hTask the interface defines the input and output message of the task.
The following features are supported:
TaskPackage.getTInterface()
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
TInterfaceKinds |
getKind()
Returns the value of the 'Kind' attribute. |
javax.wsdl.Operation |
getOperation()
Returns the value of the 'Operation' attribute. |
java.lang.String |
getOperationName()
|
javax.wsdl.PortType |
getPortType()
Returns the value of the 'Port Type' attribute. |
javax.xml.namespace.QName |
getPortTypeName()
|
boolean |
isSetKind()
Returns whether the value of the ' Kind ' attribute is set. |
void |
setKind(TInterfaceKinds value)
Sets the value of the ' Kind ' attribute. |
void |
setOperation(javax.wsdl.Operation value)
Sets the value of the ' Operation ' attribute. |
void |
setPortType(javax.wsdl.PortType value)
Sets the value of the ' Port Type ' attribute. |
void |
unsetKind()
Unsets the value of the ' Kind ' attribute. |
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public TInterfaceKinds getKind()
"inbound"
.
The literals are from the enumeration TInterfaceKinds
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
TInterfaceKinds
,
isSetKind()
,
unsetKind()
,
setKind(TInterfaceKinds)
,
TaskPackage.getTInterface_Kind()
public void setKind(TInterfaceKinds value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.TInterfaceKinds
,
isSetKind()
,
unsetKind()
,
getKind()
public void unsetKind()
Kind
' attribute.
isSetKind()
,
getKind()
,
setKind(TInterfaceKinds)
public boolean isSetKind()
Kind
' attribute is set.
unsetKind()
,
getKind()
,
setKind(TInterfaceKinds)
public javax.wsdl.Operation getOperation() throws com.ibm.wbit.tel.exception.InterfaceException
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
com.ibm.wbit.tel.exception.InterfaceException
#setOperation(String)
,
TaskPackage.getTInterface_Operation()
public java.lang.String getOperationName()
public void setOperation(javax.wsdl.Operation value)
Operation
' attribute.
value
- the new value of the 'Operation' attribute.getOperation()
public javax.wsdl.PortType getPortType() throws com.ibm.wbit.tel.exception.InterfaceException
If the meaning of the 'Port Type' attribute isn't clear, there really should be more of a description here...
com.ibm.wbit.tel.exception.InterfaceException
#setPortType(QName)
,
TaskPackage.getTInterface_PortType()
public javax.xml.namespace.QName getPortTypeName()
public void setPortType(javax.wsdl.PortType value)
Port Type
' attribute.
value
- the new value of the 'Port Type' attribute.getPortType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |