IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.container.binding
Interface ServiceProvider<B extends Binding,I,O>


public interface ServiceProvider<B extends Binding,I,O>

Manages the runtime behavior of a Service through the SPI.


Method Summary
 I createInvoker(O operation)
          Creates an invoker given an operation.
 void start()
          start the provider
 void stop()
          stop the provider
 

Method Detail

start

void start()
start the provider


stop

void stop()
stop the provider


createInvoker

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

Returns:
Invoker

IBM WebSphere Application ServerTM
Release 8