com.ibm.wsspi.sca.metadata

Interface Operation


  1. public interface Operation
Interface that represent the operation 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
getName()
Method returns the name of the specified operation.

Field Detail

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

Method Detail

getName

  1. java.lang.String getName()
Method returns the name of the specified operation.
Returns:
String Name of the specified operation.