com.ibm.wsspi.sca.metadata

Interface OperationType


  1. public interface OperationType
Interface that represent the operationType information from a SCA interface.
Since:
7.5.1.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getOperationName()
Method returns the name of the specified operation.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getOperationName

  1. java.lang.String getOperationName( )
Method returns the name of the specified operation.
Returns:
String Name of the specified operation; otherwise null.