com.ibm.wsspi.sca.metadata
Interface OperationType
public interface OperationType
Interface that represent the operationType information from a SCA interface.
- Since:
- 7.5.1.0
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getOperationName()
Method returns the name of the specified operation. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getOperationName
java.lang.String getOperationName()
- Method returns the name of the specified operation.
- Returns:
- String
Name of the specified operation; otherwise
null
.