IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Interface TInterface

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TInterface
extends org.eclipse.emf.ecore.EObject

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:

Since:
6.0.1
See Also:
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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getKind

TInterfaceKinds getKind()
Returns the value of the 'Kind' attribute. The default value is "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...

Returns:
the value of the 'Kind' attribute.
See Also:
TInterfaceKinds, isSetKind(), unsetKind(), setKind(TInterfaceKinds), TaskPackage.getTInterface_Kind()

setKind

void setKind(TInterfaceKinds value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
TInterfaceKinds, isSetKind(), unsetKind(), getKind()

unsetKind

void unsetKind()
Unsets the value of the 'Kind' attribute.

See Also:
isSetKind(), getKind(), setKind(TInterfaceKinds)

isSetKind

boolean isSetKind()
Returns whether the value of the 'Kind' attribute is set.

Returns:
whether the value of the 'Kind' attribute is set.
See Also:
unsetKind(), getKind(), setKind(TInterfaceKinds)

getOperation

javax.wsdl.Operation getOperation()
                                  throws com.ibm.wbit.tel.exception.InterfaceException
Returns the value of the 'Operation' attribute.

If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operation' attribute.
Throws:
com.ibm.wbit.tel.exception.InterfaceException
See Also:
setOperation(javax.wsdl.Operation), TaskPackage.getTInterface_Operation()

getOperationName

java.lang.String getOperationName()

setOperation

void setOperation(javax.wsdl.Operation value)
Sets the value of the 'Operation' attribute.

Parameters:
value - the new value of the 'Operation' attribute.
See Also:
getOperation()

getPortType

javax.wsdl.PortType getPortType()
                                throws com.ibm.wbit.tel.exception.InterfaceException
Returns the value of the 'Port Type' attribute.

If the meaning of the 'Port Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Port Type' attribute.
Throws:
com.ibm.wbit.tel.exception.InterfaceException
See Also:
setPortType(javax.wsdl.PortType), TaskPackage.getTInterface_PortType()

setPortType

void setPortType(javax.wsdl.PortType value)
Sets the value of the 'Port Type' attribute.

Parameters:
value - the new value of the 'Port Type' attribute.
See Also:
getPortType()

getPortTypeName

javax.xml.namespace.QName getPortTypeName()

IBM WebSphere Application ServerTM
Release 7