com.ibm.wsspi.sca.metadata
Interface ImportMethodBinding
- public interface ImportMethodBinding
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getInteractionProperties()
Method returns the properties of the method interaction.
|
|
getMethod()
Method returns the method of the method binding.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getMethod
- java.lang.String getMethod()
Method returns the method of the method binding.
Returns:
String
Method of the method binding.
getInteractionProperties
- 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.