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