com.ibm.wsspi.container.binding

Interface Invoker<I>


  1. public interface Invoker<I>
Handles the invocation of an operation through a specified communication protocol.

Method Summary

Modifier and Type Method and Description
  1. I
invoke(I message)
Invoke an operation.

Method Detail

invoke

  1. I invoke(I message)
Invoke an operation.
Returns:
result