com.ibm.wsspi.container.binding

Interface ServiceProvider<B extends Binding,I,O>


  1. public interface ServiceProvider<B extends Binding,I,O>
Manages the runtime behavior of a Service through the SPI.

Method Summary

Modifier and Type Method and Description
  1. I
createInvoker(O operation)
Creates an invoker given an operation.
  1. void
start()
start the provider
  1. void
stop()
stop the provider

Method Detail

start

  1. void start()
start the provider

stop

  1. void stop()
stop the provider

createInvoker

  1. I createInvoker(O operation)
Creates an invoker given an operation. Operation can be a WSDL operation or java Method
Returns:
Invoker