com.ibm.wsspi.sca.metadata
Interface ExportMethodBinding
public interface ExportMethodBinding
Interface that represent the method binding information on a resource adapter binding.
- Since:
- 7.5.1.0
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getMethod()
Method returns the method of the method binding. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getMethod
java.lang.String getMethod()
- Method returns the method of the method binding.
- Returns:
- String
Method of the method binding.