com.ibm.wsspi.sca.metadata

Interface ImportMethodBinding


  1. public interface ImportMethodBinding
Interface that represent the method binding information on a resource adapter binding.
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.util.Map<java.lang.String,java.lang.String>
getInteractionProperties()
Method returns the properties of the method interaction.
  1. java.lang.String
getMethod()
Method returns the method of the method binding.

Field Detail

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

Method Detail

getMethod

  1. java.lang.String getMethod()
Method returns the method of the method binding.
Returns:
String Method of the method binding.

getInteractionProperties

  1. java.util.Map<java.lang.String,java.lang.String> getInteractionProperties( )
Method returns the properties of the method interaction.
Returns:
Map Properties of the method interaction.